diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bundler.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler.zig b/src/bundler.zig index f63ca9964..c3f339436 100644 --- a/src/bundler.zig +++ b/src/bundler.zig @@ -1529,7 +1529,7 @@ pub const Bundler = struct { ); } - if (FeatureFlags.tracing and bundler.options.log.level == .info) { + if (FeatureFlags.tracing and bundler.options.log.level.atLeast(.info)) { Output.prettyErrorln( "<r><d>\n---Tracing---\nResolve time: {d}\nParsing time: {d}\n---Tracing--\n\n<r>", .{ |