Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2006, do not show error popup on startup if we can't login to th…
Browse files Browse the repository at this point in the history
…e server
  • Loading branch information
ianb committed Dec 13, 2016
1 parent b8e4be1 commit 738eedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/lib/main.js
Expand Up @@ -147,6 +147,7 @@ exports.main = function (options) {
startDailyPing();
}).catch((error) => {
console.warn("Failed to log in to server:", exports.getBackend(), error+"", error.stack);
error.noPopup = true;
require("./errors").unhandled(error);
});
};
Expand Down

0 comments on commit 738eedf

Please sign in to comment.