Merge branch 'main' into ben/fix-node-napi-tests

This commit is contained in:
Kai Tamkun
2024-11-26 12:23:24 -08:00
3 changed files with 3 additions and 3 deletions

2
LATEST
View File

@@ -1 +1 @@
1.1.36
1.1.37

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "bun",
"version": "1.1.37",
"version": "1.1.38",
"workspaces": [
"./packages/bun-types"
],

View File

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