mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
wip
This commit is contained in:
@@ -373,6 +373,7 @@ pub fn failWithJSValue(this: *MySQLConnection, value: JSValue) void {
|
||||
}
|
||||
|
||||
this.status = .failed;
|
||||
if (this.vm.isShuttingDown()) return;
|
||||
|
||||
const on_close = this.consumeOnCloseCallback(this.globalObject) orelse return;
|
||||
on_close.ensureStillAlive();
|
||||
|
||||
Reference in New Issue
Block a user