Skip to content
process 1.2.2.0

 * Fix delegated CTRL-C handling in `createProcess` in case of failed
   process creation. See issue #15
   for more details.

 * `waitpid` on child PID after pre-exec failure in child to prevent zombies.
   See also issue #14