This commit is contained in:
parent
4d252a32dd
commit
ff6e3cc2c9
|
@ -256,7 +256,7 @@ export class NoteManager {
|
||||||
const interruptorUnwatch = watch(note, executeInterruptor);
|
const interruptorUnwatch = watch(note, executeInterruptor);
|
||||||
|
|
||||||
if (this.isDebuggerEnabled) {
|
if (this.isDebuggerEnabled) {
|
||||||
console.log('NoteManager: get interrupted note (new)', id, interruptedNote);
|
console.log('NoteManager: get interrupted note (new)', id, { note, interruptedNote });
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue