Storage Service: More logging
This commit is contained in:
parent
eba1bf3100
commit
0fe7e30398
3 changed files with 98 additions and 27 deletions
|
@ -3100,6 +3100,9 @@
|
|||
return;
|
||||
}
|
||||
|
||||
window.log.info(
|
||||
`storageService[captureChange] marking ${this.debugID()} as needing sync`
|
||||
);
|
||||
this.set({ needsStorageServiceSync: true });
|
||||
|
||||
this.queueJob(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue