@pager/logger
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -12,3 +12,6 @@ 'use strict' | ||
if (config.patchGlobal) { | ||
Raven.install() | ||
Raven.install((err) => { | ||
console.error(err.stack) | ||
process.exit(1) | ||
}) | ||
} | ||
@@ -15,0 +18,0 @@ |
{ | ||
"name": "@pager/logger", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Logging library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
5010
55