Add current message counter to the log to help with debugging

pull/27/head^2
Scott Nonnenberg 7 years ago
parent 9f647f00d8
commit e08c5e3307

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

Loading…
Cancel
Save