syntex-logger
Advanced tools
Comparing version 1.0.8-b15 to 1.0.8-b16
@@ -93,3 +93,3 @@ let LanguageSwitcher = require('./language_manager'); | ||
if(this.options == null || this.options[level] == true) | ||
if(this.options == null || this.options[level] == null || this.options[level] == true) | ||
{ | ||
@@ -96,0 +96,0 @@ var color = ''; |
{ | ||
"name": "syntex-logger", | ||
"version": "1.0.8-b15", | ||
"version": "1.0.8-b16", | ||
"description": "A Basic Logging System", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
27550