aboutsummaryrefslogtreecommitdiff
path: root/src/cli/run_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/run_command.zig')
-rw-r--r--src/cli/run_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/run_command.zig b/src/cli/run_command.zig
index 6a559b342..106e87a3c 100644
--- a/src/cli/run_command.zig
+++ b/src/cli/run_command.zig
@@ -1134,7 +1134,7 @@ pub const RunCommand = struct {
if (comptime log_errors) {
Output.prettyError("<r><red>error<r><d>:<r> missing script \"<b>{s}<r>\"\n", .{script_name_to_search});
- Global.exit(0);
+ Global.exit(1);
}
return false;