aboutsummaryrefslogtreecommitdiff
path: root/src/cli/bun_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/bun_command.zig')
-rw-r--r--src/cli/bun_command.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/bun_command.zig b/src/cli/bun_command.zig
index bff92ee45..186b68afa 100644
--- a/src/cli/bun_command.zig
+++ b/src/cli/bun_command.zig
@@ -187,6 +187,7 @@ pub const BunCommand = struct {
&estimated_input_lines_of_code_,
ctx.debug.package_bundle_map,
bun.JSC.AnyEventLoop.init(ctx.allocator),
+ std.crypto.random.int(u64),
);
// const estimated_input_lines_of_code = estimated_input_lines_of_code_;