syntex-logger
Advanced tools
Comparing version 1.0.6-b5 to 1.0.6-b6
@@ -159,3 +159,3 @@ let LanguageSwitcher = require('./languages/language_switcher'); | ||
{ | ||
if(parts[i].split('[')[2].split(']')[0] == group) | ||
if(parts[i].split('[')[2] != null && parts[i].split('[')[2].split(']')[0] == group) | ||
{ | ||
@@ -162,0 +162,0 @@ search.push(parts[i]); |
{ | ||
"name": "syntex-logger", | ||
"version": "1.0.6-b5", | ||
"version": "1.0.6-b6", | ||
"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
14159