mongodb-log-writer
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -70,3 +70,2 @@ "use strict"; | ||
}; | ||
this.emit('log', fullInfo); | ||
if (info.attr) { | ||
@@ -86,2 +85,3 @@ if (Object.prototype.toString.call(info.attr) === '[object Error]') { | ||
} | ||
this.emit('log', fullInfo); | ||
try { | ||
@@ -88,0 +88,0 @@ bson_1.EJSON.stringify(fullInfo.attr); |
{ | ||
"name": "mongodb-log-writer", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A library for writing MongoDB logv2 messages", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet