Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@Jonxslays Jonxslays released this 30 Jun 16:02
· 2 commits to master since this release
9d8bde2

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 an Option<isize>.

I suppose the process will be exiting with Some(code) after all 😮


Full Changelog: v0.4.2...v0.4.3