diff --git a/src/js/internal/debugger.ts b/src/js/internal/debugger.ts index 1f79c859f7..c8903feadb 100644 --- a/src/js/internal/debugger.ts +++ b/src/js/internal/debugger.ts @@ -575,7 +575,7 @@ function notify(options): void { }, data: () => {}, // required or it errors }, - }).finally(() => { + }).catch(() => { // Best-effort }); }