mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
fix(win): do not allow exitcode==1 and signalCode to be set at once (#10907)
This commit is contained in:
@@ -309,9 +309,6 @@ pub const RunCommand = struct {
|
||||
|
||||
if (!use_system_shell) {
|
||||
if (!silent) {
|
||||
if (Environment.isDebug) {
|
||||
Output.prettyError("[bun shell] ", .{});
|
||||
}
|
||||
Output.prettyErrorln("<r><d><magenta>$<r> <d><b>{s}<r>", .{combined_script});
|
||||
Output.flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user