abstract-logger
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -93,3 +93,3 @@ (function() { | ||
start = msg.indexOf('${'); | ||
if (this.name != null) { | ||
if ((aContext.name == null) && (this.name != null)) { | ||
aContext.name = this.name; | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "abstract-logger", | ||
"description": "It's an abstract logger.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/snowyu/abstract-logger.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31854