mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix debugger printing exception
This commit is contained in:
@@ -575,7 +575,7 @@ function notify(options): void {
|
||||
},
|
||||
data: () => {}, // required or it errors
|
||||
},
|
||||
}).finally(() => {
|
||||
}).catch(() => {
|
||||
// Best-effort
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user