Fix outdated doc

This commit is contained in:
Jarred Sumner
2025-10-07 20:08:57 -07:00
parent 5f1ca176cd
commit c0660674fb
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ bun bd <file> <...args>
Debug logs look like this:
```zig
const log = bun.Output.scoped(.${SCOPE}, false);
const log = bun.Output.scoped(.${SCOPE}, .hidden);
// ...later
log("MY DEBUG LOG", .{})