aboutsummaryrefslogtreecommitdiff
path: root/src/bundler/entry_points.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundler/entry_points.zig')
-rw-r--r--src/bundler/entry_points.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/entry_points.zig b/src/bundler/entry_points.zig
index 563544d1d..e391be277 100644
--- a/src/bundler/entry_points.zig
+++ b/src/bundler/entry_points.zig
@@ -279,7 +279,7 @@ pub const MacroEntryPoint = struct {
hasher.update(function_name);
const truncated_u32 = @truncate(u32, hasher.final());
- const specifier = std.fmt.bufPrint(buf, js_ast.Macro.namespaceWithColon ++ "//{x}.js", .{truncated_u32}) catch unreachable;
+ const specifier = std.fmt.bufPrint(buf, js_ast.Macro.namespaceWithColon ++ "//{any}.js", .{bun.fmt.x(truncated_u32)}) catch unreachable;
len.* = @truncate(u32, specifier.len);
return generateIDFromSpecifier(specifier);