The tool contains calls to runChecked* functions, which may throw exceptions when the process exits with a non-zero error code, that do not wrap the calls in try {} catch {}. It should to so, and take appropriate action when the spawned processes fail.
The tool contains calls to
runChecked*functions, which may throw exceptions when the process exits with a non-zero error code, that do not wrap the calls intry {} catch {}. It should to so, and take appropriate action when the spawned processes fail.