mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
opsie
This commit is contained in:
@@ -396,8 +396,8 @@ pub fn failWithJSValue(this: *MySQLConnection, value: JSValue) void {
|
||||
this.globalObject,
|
||||
.js_undefined,
|
||||
&[_]JSValue{
|
||||
value.toError() orelse value,
|
||||
this.getQueriesArray(),
|
||||
js_error,
|
||||
queries_array,
|
||||
},
|
||||
) catch |e| this.globalObject.reportActiveExceptionAsUnhandled(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user