1.0.7 • Published 1 year ago
err-color v1.0.7
Command
npm install err-color
Example
const colorErrLog = require('err-color').handleError;
let err = new Error('this is example of error message');
colorErrLog(err);
npm install err-color
const colorErrLog = require('err-color').handleError;
let err = new Error('this is example of error message');
colorErrLog(err);