[Issue 16502] spawnProcess does not throw on exec errors

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 17 06:43:16 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16502

--- Comment #1 from b2.temp at gmx.com ---
Why should it ?

You can check the exit status, read stderr if your process is piped and throw
if you like. As example can you give any language whose the process methods, as
implemented in their standard libraries, throw ?

--


More information about the Digitalmars-d-bugs mailing list