mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Make signal.abort() from native code fast (#13064)
This commit is contained in:
@@ -2085,7 +2085,7 @@ pub const PostgresSQLQuery = struct {
|
||||
return;
|
||||
}
|
||||
|
||||
const instance = globalObject.createTypeErrorInstance("Failed to bind query: {s}", .{@errorName(err)});
|
||||
const instance = globalObject.createErrorInstance("Failed to bind query: {s}", .{@errorName(err)});
|
||||
|
||||
// TODO: error handling
|
||||
const vm = JSC.VirtualMachine.get();
|
||||
|
||||
Reference in New Issue
Block a user