syntex-logger
Advanced tools
Comparing version 1.0.9-b1 to 1.0.9-b2
@@ -208,5 +208,5 @@ let LanguageSwitcher = require('./language_manager'); | ||
debug(message) | ||
debug() | ||
{ | ||
this.log('debug', 'bridge', 'Bridge', message); | ||
this.log('debug', 'bridge', 'Bridge', ...arguments); | ||
} | ||
@@ -213,0 +213,0 @@ |
{ | ||
"name": "syntex-logger", | ||
"version": "1.0.9-b1", | ||
"version": "1.0.9-b2", | ||
"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
30196