Home > @rushstack/node-core-library > IWaitForExitOptions > throwOnSignal
IWaitForExitOptions.throwOnSignal property
Whether or not to throw when the process is terminated by a signal. Defaults to false.
Signature:
throwOnSignal?: boolean;
Default Value
false