Storage Service: More logging

This commit is contained in:
Josh Perez 2020-09-16 14:04:28 -04:00 committed by Josh Perez
parent eba1bf3100
commit 0fe7e30398
3 changed files with 98 additions and 27 deletions

View file

@ -3100,6 +3100,9 @@
return;
}
window.log.info(
`storageService[captureChange] marking ${this.debugID()} as needing sync`
);
this.set({ needsStorageServiceSync: true });
this.queueJob(() => {