diff options
author | 握猫猫 <164346864@qq.com> | 2024-08-29 02:52:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 20:52:00 +0200 |
commit | 5e8cd318ef52c5043306a47b8ecb2a8d72d76805 (patch) | |
tree | bac2facad6323a1d4163df15718585aa70850954 /compiler/errorhandling.nim | |
parent | 770f8d551372893ed480550062a89e76c60ff4a8 (diff) | |
download | Nim-5e8cd318ef52c5043306a47b8ecb2a8d72d76805.tar.gz |
Fix linux start process errorCode always 0 (#24001)
#23992 The test case provided does not cover the Windows situation, I fixed it in this new PR. Fixed an issue where errorCode was always 0 when startProcess didn't use the poEvalCommand flag. Tthe sleep command might not be available in all Windows installations, so I skipped the relevant test. Added a test case, tested on my fedora and windows systems.
Diffstat (limited to 'compiler/errorhandling.nim')
0 files changed, 0 insertions, 0 deletions