From f00d118c93e6a3366cfb149caf7c53a41d38e81d Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 23 Sep 2015 15:52:05 -0700 Subject: [PATCH] More logging // FREEBIE --- js/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/background.js b/js/background.js index dbf61761b..a2a744df0 100644 --- a/js/background.js +++ b/js/background.js @@ -152,6 +152,7 @@ if (e.name === 'HTTPError' && e.code == -1) { // Failed to connect to server if (navigator.onLine) { + console.log('retrying in 1 minute'); setTimeout(init, 60000); } else { console.log('offline');