diff options
author | 2023-05-13 07:35:32 -0700 | |
---|---|---|
committer | 2023-05-13 07:35:32 -0700 | |
commit | 1bcd168dadd28adddcb4eea41b458349f7139d6c (patch) | |
tree | 6d1549147ebd57346d58f4dac32fef6dde23b228 | |
parent | 0349749a6c05aee320ee7436756c76057e4f1de4 (diff) | |
download | bun-jarred/standalone-repro1.tar.gz bun-jarred/standalone-repro1.tar.zst bun-jarred/standalone-repro1.zip |
does not segfaultjarred/standalone-repro1
-rw-r--r-- | src/cli/build_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index 826eca9a1..db944e22c 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -273,7 +273,7 @@ pub const BuildCommand = struct { } if (ctx.bundler_options.compile) { - try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile); + // try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile); break :dump; } |