mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
rid nearly all use of ExceptionRef in zig (#15100)
Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
@@ -720,7 +720,7 @@ pub const String = extern struct {
|
||||
if (BunString__fromJS(globalObject, value, &out)) {
|
||||
return out;
|
||||
} else {
|
||||
return null;
|
||||
return null; //TODO: return error.JSError
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user