Bug Fixes
- Console windows should no longer appear when launching child processes on Windows (thanks to @Alzathar)
Features
- Added
REPROC_ARGS_TOO_LONGandREPROC_NOT_EXECUTABLEtoREPROC_ERRORwhich are reported on POSIX systems when too many arguments are passed or the given binary cannot be executed.
Other
- Internal refactoring (taking into account possible detached process support in the future)