You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vrom911 Oh, dear, that's unfortunate 😞 I have no idea how to overcome this.
I see that the callCommand uses the withCreateProcess_ function and rethrows the ExitCode as IOError. So, probably we can change some internals to take this into consideration (like, rethrow the ExitCode itself), but this may break a function like $?. So, not sure about the best way to resolve this problem...
Similar to
$?
but should allow handling different exit statuses.The text was updated successfully, but these errors were encountered: