Wait, I thought every process exited with some code???
Summary
This release fixes a sneaky little bug that was caused when the code ran on pistons end was SIGKILLED
causing the exit code to be null.
Changes:
ExecResult.code
is now anOption<isize>
.
I suppose the process will be exiting with Some(code)
after all 😮
Full Changelog: v0.4.2...v0.4.3