mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +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", .{});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -61,7 +61,7 @@ describe("bundler", () => {
|
||||
exitCode: 1,
|
||||
validate({ stderr }) {
|
||||
expect(stderr).toInclude("\nnote: missing sourcemaps for ");
|
||||
expect(stderr).toInclude("\nnote: consider bundling with '--sourcemap' to get an unminified traces\n");
|
||||
expect(stderr).toInclude("\nnote: consider bundling with '--sourcemap' to get unminified traces\n");
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user