mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-12 08:50:14 -04:00

* Fix exception when `CreateProcessW` fails This change makes the behavior on Windows consistent with the behavior on Linux. * test: Add `test_exception`