This commit is contained in:
Ciro Spaciari
2025-09-09 21:11:23 -07:00
parent 09099b3747
commit 6d789e2eb7

View File

@@ -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);
}