From e08c5e3307e67a41a204174c78c8ea6923df066c Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 1 Nov 2018 12:06:18 -0700 Subject: [PATCH] Add current message counter to the log to help with debugging --- js/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/background.js b/js/background.js index 440adc459..04115f6ca 100644 --- a/js/background.js +++ b/js/background.js @@ -767,6 +767,7 @@ } function onProgress(ev) { const { count } = ev; + window.log.info(`onProgress: Message count is ${count}`); const view = window.owsDesktopApp.appView; if (view) {