Comparing version 0.2.0 to 0.2.1
@@ -113,5 +113,4 @@ 'use strict'; | ||
if (args.message) { | ||
console[m](ts.toISOString() + ' [' + this.SHORT_NAMES[prio] + '] ' + tag + ': ' + args.message); | ||
} | ||
console[m](ts.toISOString() + ' [' + this.SHORT_NAMES[prio] + '] ' + tag + ': ' + (args.message || '')); | ||
if (args.err) { | ||
@@ -118,0 +117,0 @@ console[m](args.err.stack); |
{ | ||
"name": "huggare", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Android-style logging for an ECMAScript world.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
4212
115