Home > @rushstack/node-core-library > IWaitForExitOptions > throwOnNonZeroExitCode
IWaitForExitOptions.throwOnNonZeroExitCode property
Whether or not to throw when the process completes with a non-zero exit code. Defaults to false.
Signature:
throwOnNonZeroExitCode?: boolean;