зеркало из https://github.com/mozilla/pjs.git
add a dump statement, so I know what's going on and when this is being called.
This commit is contained in:
Родитель
fec02a32a9
Коммит
95261c3fec
|
@ -82,6 +82,7 @@ function verifyAccounts() {
|
||||||
if (accounts.Count() > 0) return;
|
if (accounts.Count() > 0) return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
dump("attempt to UpgradePrefs. If that fails, open the account wizard.\n");
|
||||||
am.UpgradePrefs();
|
am.UpgradePrefs();
|
||||||
}
|
}
|
||||||
catch (ex) {
|
catch (ex) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче