Skip to content

Commit f356edf

Browse files
committed
refactor: . Extract notifySubscribersNotDebounced()
1 parent 9bf72dd commit f356edf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Obsidian/Cache.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ export class Cache {
111111

112112
private notifySubscribers(): void {
113113
this.logger.debug('Cache.notifySubscribers()');
114+
this.notifySubscribersNotDebounced();
115+
}
116+
117+
private notifySubscribersNotDebounced(): void {
118+
this.logger.debug('Cache.notifySubscribersNotDebounced()');
114119
this.events.triggerCacheUpdate({
115120
tasks: this.tasks,
116121
state: this.state,

0 commit comments

Comments
 (0)