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

npm install err-colorconst colorErrLog = require('err-color').handleError;
let err = new Error('this is example of error message');
colorErrLog(err);