don't break

This commit is contained in:
Cory LaViska
2023-09-20 14:48:17 -04:00
parent a4185bc926
commit b2a99c83e3

View File

@@ -181,7 +181,6 @@ async function nextTask(label, action) {
console.error(`${chalk.red('✘')} ${err}`);
if (err.stdout) console.error(chalk.red(err.stdout));
if (err.stderr) console.error(chalk.red(err.stderr));
process.exit(1);
}
}