Skip to content

Commit

Permalink
test via ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH committed Feb 5, 2025
1 parent 1ccc13e commit c37d0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/bunx_command.zig
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ pub const BunxCommand = struct {
.stdout = .inherit,
.stdin = .inherit,

.windows = if (Environment.isWindows) .{
.loop = bun.JSC.EventLoopHandle.init(bun.JSC.MiniEventLoop.initGlobal(this_transpiler.env)),
},
// .windows = if (Environment.isWindows) .{
// .loop = bun.JSC.EventLoopHandle.init(bun.JSC.MiniEventLoop.initGlobal(this_transpiler.env)),
// },
}) catch |err| {
Output.prettyErrorln("<r><red>error<r>: bunx failed to install <b>{s}<r> due to error <b>{s}<r>", .{ install_param, @errorName(err) });
Global.exit(1);
Expand Down

0 comments on commit c37d0e4

Please sign in to comment.