Skip to content

when error, why not exit? #23

@aliyoung

Description

@aliyoung

in <utils.tasks-watch.ts>


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

why not process.exit(1) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions