mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Rename disabled parameter in Output.scoped (#21769)
It's very confusing. (For internal tracking: fixes STAB-977)
This commit is contained in:
@@ -507,7 +507,7 @@ comptime {
|
||||
@export(&jscall, .{ .name = "PostgresSQLQuery__createInstance" });
|
||||
}
|
||||
|
||||
const debug = bun.Output.scoped(.Postgres, false);
|
||||
const debug = bun.Output.scoped(.Postgres, .visible);
|
||||
|
||||
pub const js = jsc.Codegen.JSPostgresSQLQuery;
|
||||
pub const fromJS = js.fromJS;
|
||||
|
||||
Reference in New Issue
Block a user