diff --git a/packages/frontend/src/scripts/entity-manager.ts b/packages/frontend/src/scripts/entity-manager.ts index 21572a5a20..e080a43d45 100644 --- a/packages/frontend/src/scripts/entity-manager.ts +++ b/packages/frontend/src/scripts/entity-manager.ts @@ -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 {