mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Rename disabled parameter in Output.scoped (#21769)
It's very confusing. (For internal tracking: fixes STAB-977)
This commit is contained in:
@@ -17,7 +17,7 @@ pub fn write(data: []const u8) void {
|
||||
file.writeAll(data) catch {};
|
||||
}
|
||||
|
||||
const debug = bun.Output.scoped(.Postgres, false);
|
||||
const debug = bun.Output.scoped(.Postgres, .visible);
|
||||
|
||||
const bun = @import("bun");
|
||||
const std = @import("std");
|
||||
|
||||
Reference in New Issue
Block a user