ngm-cli
ngm-cli copied to clipboard
when error, why not exit?
in <utils.tasks-watch.ts>
.catch(err => {
if (err) {
console.error(err);
}
isRunning = false;
});
why not process.exit(1) ?