mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
fix #6987
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
c80eede300
commit
f89f2e8ea7
1 changed files with 2 additions and 2 deletions
|
@ -1279,8 +1279,8 @@ fn roc_dev_native(
|
|||
break if libc::WIFEXITED(status) {
|
||||
libc::WEXITSTATUS(status)
|
||||
} else {
|
||||
// we don't have an exit code, so we probably shouldn't make one up
|
||||
0
|
||||
// we don't have an exit code, but something went wrong if we're in this else
|
||||
1
|
||||
};
|
||||
}
|
||||
ChildProcessMsg::Expect => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue