exec-ignore-errors

1.0.3 • Public • Published

exec-ignore-errors

Run a CLI command ignoring any errors. This package is useful when you run a command and cannot make sure it works correctly, but you don‘t want anything else to be interrupted.

license

Installation

npm i exec-ignore-errors

Example

Use this in the shell.

exec-ignore-errors node 1.js

Use this in the npm script.

{
  "scripts": {
    "start": "exec-ignore-errors node 1.js"
  }
}

Package Sidebar

Install

npm i exec-ignore-errors

Weekly Downloads

14

Version

1.0.3

License

MIT

Unpacked Size

2.25 kB

Total Files

4

Last publish

Collaborators

  • xuwenchao66