Added temporary logging and instructions to fix #565 (#802)

This commit is contained in:
Federico Brigante 2017-11-07 13:46:22 +08:00 коммит произвёл GitHub
Родитель 4f7c8c1abb
Коммит 3e3c9bbb06
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 15 добавлений и 2 удалений

Просмотреть файл

@ -25,7 +25,7 @@
"shorten-repo-url": "^1.1.0",
"to-markdown": "^3.1.0",
"to-semver": "^1.1.0",
"webext-dynamic-content-scripts": "^2.0.1",
"webext-dynamic-content-scripts": "github:bfred-it/webext-dynamic-content-scripts#debug",
"webext-options-sync": "^0.12.0",
"webextension-polyfill": "^0.2.1"
},

Просмотреть файл

@ -63,7 +63,20 @@ async function init() {
}
if (select.exists('html.refined-github')) {
console.count('Refined GitHub was loaded multiple times: https://github.com/sindresorhus/refined-github/issues/479');
console.error(`
💛💚💙💜💛💚💙💜💛💚💙💜💛💚💙💜
Minor bug in Refined GitHub, but we need your help to fix it:
https://github.com/sindresorhus/refined-github/issues/565
We'll need to know:
1. Are you running two extensions at once? Chrome Web Store + development. If so, just disable one of them.
2. Are you on GitHub Enteprise?
3. The content of the console of this page.
4. The content of the console of the background page after enabling the Developer mode in the Extensions page: https://i.imgur.com/zjIngb4.png
Thank you! 🎉
💛💚💙💜💛💚💙💜💛💚💙💜💛💚💙💜`);
return;
}