ft-next-logger
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -24,3 +24,3 @@ /* global process */ | ||
if (!inited) { | ||
throw new Error('Please call init first'); | ||
console.error('ft-next-logger: please call init first'); | ||
} | ||
@@ -27,0 +27,0 @@ const transports = []; |
{ | ||
"name": "ft-next-logger", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "main.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
8910