Add current message counter to the log to help with debugging
This commit is contained in:
parent
9f647f00d8
commit
e08c5e3307
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue