Error thrown by simpleSpawnSync and simpleCmdSync when the spawned process exits with a non-zero exit code and throwOnNonZero param is true.
Contains a SimpleSpawnResult with the exit code, stdout, stderr, and error (if any) in addition to stdoutLines, which is stdout split into lines from stdout that weren't empty.
Error thrown by simpleSpawnSync and simpleCmdSync when the spawned process exits with a non-zero exit code and throwOnNonZero param is true.
Contains a SimpleSpawnResult with the exit code, stdout, stderr, and error (if any) in addition to stdoutLines, which is stdout split into lines from stdout that weren't empty.