fix(win): do not allow exitcode==1 and signalCode to be set at once (#10907)

This commit is contained in:
dave caruso
2024-05-08 16:00:35 -07:00
committed by GitHub
parent f60d87b7df
commit f1fbf54b0a
4 changed files with 18 additions and 20 deletions

View File

@@ -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();
}