Revert "fix"

This reverts commit bcbab80a8e.
This commit is contained in:
tamaina 2023-08-11 15:00:30 +00:00
parent 153455aee0
commit bc601c6c85
1 changed files with 2 additions and 2 deletions

View File

@ -241,10 +241,10 @@ export class NoteManager {
interruptedNote.value = result;
};
const interruptorUnwatch = (() => {
const interruptorUnwatch = () => {
if (this.isDebuggerEnabled) console.log('NoteManager: interruptorUnwatch', id, interruptedNote);
return watch(firstNote, executeInterruptor);
})();
};
if (this.isDebuggerEnabled) {
console.log('NoteManager: get interrupted note (new)', id, { note: firstNote, interruptedNote });