aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs.zig b/src/fs.zig
index d38d6c2b3..6e1da47f4 100644
--- a/src/fs.zig
+++ b/src/fs.zig
@@ -22,7 +22,7 @@ const allocators = @import("./allocators.zig");
pub const MAX_PATH_BYTES = bun.MAX_PATH_BYTES;
pub const PathBuffer = [bun.MAX_PATH_BYTES]u8;
-pub const debug = Output.scoped(.fs, false);
+pub const debug = Output.scoped(.fs, true);
// pub const FilesystemImplementation = @import("fs_impl.zig");