Closed ehmicky closed 2 months ago
If either result.exitCode is non-0 or result.signalName is undefined, the promise should be rejected.
result.exitCode
result.signalName
undefined
We should also make sure result.exitCode and result.signalName are never null (as opposed to undefined).
null
If either
result.exitCode
is non-0 orresult.signalName
isundefined
, the promise should be rejected.We should also make sure
result.exitCode
andresult.signalName
are nevernull
(as opposed toundefined
).