Skip to content

Commit

Permalink
Fix debugger printing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Nov 26, 2024
1 parent d92d8dc commit f21fffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/internal/debugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function notify(options): void {
},
data: () => {}, // required or it errors
},
}).finally(() => {
}).catch(() => {
// Best-effort
});
}
Expand Down

0 comments on commit f21fffd

Please sign in to comment.