mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
framework api: init / work in progress (#13215)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -2888,7 +2888,7 @@ pub const PostgresSQLConnection = struct {
|
||||
&[_]JSValue{
|
||||
instance,
|
||||
},
|
||||
);
|
||||
) catch |e| this.globalObject.reportActiveExceptionAsUnhandled(e);
|
||||
}
|
||||
|
||||
pub fn onClose(this: *PostgresSQLConnection) void {
|
||||
|
||||
Reference in New Issue
Block a user