Skip to content

Commit 8872566

Browse files
authored
Update process.jl
1 parent a3985b7 commit 8872566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/process.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ function process_status(s::Process)
797797
process_signaled(s) ? "ProcessSignaled("*string(s.termsignal)*")" :
798798
#process_stopped(s) ? "ProcessStopped("*string(process_stop_signal(s))*")" :
799799
process_exited(s) ? "ProcessExited("*string(s.exitcode)*")" :
800-
@assert(false, "process status error")
800+
error("Process status error. Could not determine status of $s")
801801
end
802802

803803
## implementation of `cmd` syntax ##

0 commit comments

Comments
 (0)