diff options
author | 2021-08-17 01:44:30 -0700 | |
---|---|---|
committer | 2021-08-17 01:44:30 -0700 | |
commit | 574be79253f503fe3caedf5d66b1ff35f71a55d0 (patch) | |
tree | 1b55bb45d754a33428267834b75bd26ee1fa21fb /src/node_module_bundle.zig | |
parent | 209391d01c9fad548d5b84d8d0c530d317aa1d92 (diff) | |
download | bun-574be79253f503fe3caedf5d66b1ff35f71a55d0.tar.gz bun-574be79253f503fe3caedf5d66b1ff35f71a55d0.tar.zst bun-574be79253f503fe3caedf5d66b1ff35f71a55d0.zip |
alright thats the rename
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
Diffstat (limited to 'src/node_module_bundle.zig')
-rw-r--r-- | src/node_module_bundle.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_module_bundle.zig b/src/node_module_bundle.zig index 2208c8b9a..79eeb2b3a 100644 --- a/src/node_module_bundle.zig +++ b/src/node_module_bundle.zig @@ -104,7 +104,7 @@ pub const NodeModuleBundle = struct { // Saving us an allocation if (@ptrToInt(prev_package_ids_for_name.ptr) != @ptrToInt(entry.value_ptr.ptr)) { Output.prettyErrorln( - \\<r><red>Fatal<r>: incorrect package sorting order detected in .jsb file.\n + \\<r><red>Fatal<r>: incorrect package sorting order detected in .bun file.\n \\This is a bug! Please create an issue.\n \\If this bug blocks you from doing work, for now \\please <b>avoid having multiple versions of <cyan>"{s}"<r> in the same bundle.\n |