mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Rename disabled parameter in Output.scoped (#21769)
It's very confusing. (For internal tracking: fixes STAB-977)
This commit is contained in:
@@ -2344,7 +2344,7 @@ pub const withoutTrailingSlash = paths_.withoutTrailingSlash;
|
||||
pub const withoutTrailingSlashWindowsPath = paths_.withoutTrailingSlashWindowsPath;
|
||||
pub const basename = paths_.basename;
|
||||
|
||||
pub const log = bun.Output.scoped(.STR, true);
|
||||
pub const log = bun.Output.scoped(.STR, .hidden);
|
||||
pub const grapheme = @import("./immutable/grapheme.zig");
|
||||
pub const CodePoint = i32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user