mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Merge branch 'main' into ben/fix-node-napi-tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "bun",
|
||||
"version": "1.1.37",
|
||||
"version": "1.1.38",
|
||||
"workspaces": [
|
||||
"./packages/bun-types"
|
||||
],
|
||||
|
||||
@@ -575,7 +575,7 @@ function notify(options): void {
|
||||
},
|
||||
data: () => {}, // required or it errors
|
||||
},
|
||||
}).finally(() => {
|
||||
}).catch(() => {
|
||||
// Best-effort
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user