error-handler-e2
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "error-handler-e2", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "This is handle error package", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Error Handler E2 | ||
[![Build Status](https://travis-ci.org/miladezzat/error-handler-e2.svg?branch=master)](https://travis-ci.org/miladezzat/error-handler-e2) | ||
[![npm version](https://badge.fury.io/js/error-handler-e2.svg)](https://badge.fury.io/js/error-handler-e2) | ||
[![npm version](https://badge.fury.io/js/error-handler-e2.svg)](https://badge.fury.io/js/error-handler-e2) | ||
This package will help you to handle errors, and logging errors with nice style for debugging | ||
@@ -5,0 +6,0 @@ |
const assert = require('assert'); | ||
const {getColor} = require("../index") | ||
const { getColor } = require("../helpers") | ||
@@ -8,5 +8,5 @@ describe('Colors', function () { | ||
it('should log red color with red colored', function () { | ||
console.log(getColor("FgRed"), 'red color'); | ||
console.log(getColor("FgRed"), 'red color'); | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20223
33