aboutsummaryrefslogtreecommitdiff
path: root/src/bundler/bundle_v2.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundler/bundle_v2.zig')
-rw-r--r--src/bundler/bundle_v2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig
index c005b3fdf..0ddb4476e 100644
--- a/src/bundler/bundle_v2.zig
+++ b/src/bundler/bundle_v2.zig
@@ -8591,7 +8591,7 @@ const LinkerContext = struct {
try c.parse_graph.pool.pool.doPtr(c.allocator, wait_group, ctx, generateJSRenamer, chunks);
}
- {
+ if (c.source_maps.tasks.len > 0) {
debug(" START {d} source maps", .{chunks.len});
defer debug(" DONE {d} source maps", .{chunks.len});
c.source_maps.wait_group.wait();