Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Nov 26, 2024
1 parent aa4b6b4 commit 720e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/bindings/bindings.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5506,7 +5506,7 @@ pub const JSValue = enum(i64) {
return error.JSError;
}

const str = prop.toBunString(global);
const str = try prop.toBunString(global);
if (global.hasException()) {
str.deref();
return error.JSError;
Expand Down

0 comments on commit 720e4aa

Please sign in to comment.