process v1.6.14.0 Release Notes
Release Date: 2022-02-01 // over 1 year ago-
- posix: Ensure that
errno
is set afterposix_spawnp
fails #228 - 🛠 Fix
waitForProcess
not closing process handles withdelegate_ctlc
#231 - Don't use
posix_spawn
on platforms where it does not reportENOENT
in caes where the requested executable does not exist #224 - Ensure that
find_executable
correctly-locates executables when a change in working directory is requested #219 - 🛠 Fix capitalization error allowing
execvpe
to be used when available.
- posix: Ensure that