mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
typo (#11957)
This commit is contained in:
@@ -198,7 +198,7 @@ pub const SavedSourceMap = struct {
|
||||
if (seen_invalid) return;
|
||||
if (path) |note| {
|
||||
Output.note("missing sourcemaps for {s}", .{note});
|
||||
Output.note("consider bundling with '--sourcemap' to get an unminified traces", .{});
|
||||
Output.note("consider bundling with '--sourcemap' to get unminified traces", .{});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user