Fix debugger printing exception

This commit is contained in:
Jarred Sumner
2024-11-25 19:57:08 -08:00
parent d92d8dc886
commit f21fffd1bf

View File

@@ -575,7 +575,7 @@ function notify(options): void {
},
data: () => {}, // required or it errors
},
}).finally(() => {
}).catch(() => {
// Best-effort
});
}