Skip to content

Commit

Permalink
std::process: check signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Feb 15, 2024
1 parent 6b09c02 commit 047d99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/process/cmd_unix.jule
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl Cmd {
error(get_last_process_error())
}
if cpp.WIFSIGNALED(status) {
error(ProcessError.Fork)
error(ProcessError.Denied)
}
ret cpp.WEXITSTATUS(status)
}
Expand Down

0 comments on commit 047d99e

Please sign in to comment.