mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
[publish images] ci: ensure tests that require docker have it available (#22781)
This commit is contained in:
@@ -1429,7 +1429,7 @@ pub fn on(this: *PostgresSQLConnection, comptime MessageType: @Type(.enum_litera
|
||||
};
|
||||
const pending_value = PostgresSQLQuery.js.pendingValueGetCached(thisValue) orelse .zero;
|
||||
pending_value.ensureStillAlive();
|
||||
const result = putter.toJS(
|
||||
const result = try putter.toJS(
|
||||
this.globalObject,
|
||||
pending_value,
|
||||
structure,
|
||||
|
||||
Reference in New Issue
Block a user