Add current message counter to the log to help with debugging
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user