aboutsummaryrefslogtreecommitdiff
path: root/src/node_module_bundle.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/node_module_bundle.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_module_bundle.zig b/src/node_module_bundle.zig
index 37f9f9984..22ef3010a 100644
--- a/src/node_module_bundle.zig
+++ b/src/node_module_bundle.zig
@@ -174,9 +174,9 @@ pub const NodeModuleBundle = struct {
) !string {
return try std.fmt.allocPrint(
allocator,
- "{x}/{any}",
+ "{any}/{s}",
.{
- this.bundle.packages[to.package_id].hash,
+ bun.fmt.x(this.bundle.packages[to.package_id].hash),
this.str(to.path),
123,
},