ngm-cli icon indicating copy to clipboard operation
ngm-cli copied to clipboard

when error, why not exit?

Open aliyoung opened this issue 7 years ago • 0 comments

in <utils.tasks-watch.ts>


  .catch(err => {
    if (err) {
      console.error(err);
    }
    isRunning = false;
  });

why not process.exit(1) ?

aliyoung avatar May 18 '18 09:05 aliyoung