From ff6e3cc2c977054f2653e5a7dd7e2bb95904a801 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 6 Aug 2023 15:22:38 +0000 Subject: [PATCH] :v: --- packages/frontend/src/scripts/entity-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {