Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2024-09-03 20:43:25 +02:00 committed by GitHub
parent c80eede300
commit f89f2e8ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 => {