Comparing version 1.1.2 to 1.1.3
@@ -447,3 +447,3 @@ "use strict"; | ||
.length; | ||
message += handlerCount + " handler" + ((handlerCount > 1) ? "s" : "") + " => "; | ||
message += handlerCount + " handler" + ((handlerCount > 1) ? "s" : "") + ", "; | ||
} | ||
@@ -450,0 +450,0 @@ (_a = this.log) === null || _a === void 0 ? void 0 : _a.call(this, message + this.traceFormatter(data)); |
{ | ||
"name": "evt", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -501,3 +501,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find"; | ||
message += `${handlerCount} handler${(handlerCount > 1) ? "s" : ""} => `; | ||
message += `${handlerCount} handler${(handlerCount > 1) ? "s" : ""}, `; | ||
@@ -504,0 +504,0 @@ } |
Sorry, the diff of this file is not supported yet
1858455