This commit is contained in:
tamaina 2023-08-06 15:22:38 +00:00
parent 4d252a32dd
commit ff6e3cc2c9
1 changed files with 1 additions and 1 deletions

View File

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