mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
dont override this let it use binded value
This commit is contained in:
@@ -378,7 +378,7 @@ pub fn failWithJSValue(this: *MySQLConnection, value: JSValue) void {
|
||||
defer loop.exit();
|
||||
_ = on_close.call(
|
||||
this.globalObject,
|
||||
this.js_value,
|
||||
.js_undefined,
|
||||
&[_]JSValue{
|
||||
value,
|
||||
this.getQueriesArray(),
|
||||
|
||||
Reference in New Issue
Block a user