Custom error handler for Node CLIs
npm install node-cli-handle-errorconst handleError = require('cli-handle-error');
// Let's say we get an error message from a custom command.
const [err, res] = await somePromise();
// Use the function. It will print the error and exit if there is an error.
handleError(`Failed while building on step #1`, err);Type: string
Heading of the error message.
Type: error/object
Type: boolean
Default: true (optional)
Display the error message or not.
Type: boolean
Default: true (optional)
Exit the CLI on error or not?
β― Read the changelog here β
KEY: π¦ NEW, π IMPROVE, π FIX, π DOC, π RELEASE, and β
TEST
I use Emoji-log, you should try it and simplify your git commits.
- MIT Β© Ahmad Awais
- Code of Conduct





