process v1.6.14.0 Release Notes

Release Date: 2022-02-01 // about 2 years ago
    • posix: Ensure that errno is set after posix_spawnp fails #228
    • 🛠 Fix waitForProcess not closing process handles with delegate_ctlc #231
    • Don't use posix_spawn on platforms where it does not report ENOENT 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.