Add current message counter to the log to help with debugging

This commit is contained in:
Scott Nonnenberg 2018-11-01 12:06:18 -07:00
parent 9f647f00d8
commit e08c5e3307

View file

@ -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) {