@d-fischer/connection
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -88,3 +88,3 @@ "use strict"; | ||
case 0: | ||
newConnection = (this_1._currentConnection = new this_1._type(this_1._connectionInfo)); | ||
newConnection = (this_1._currentConnection = new this_1._type(this_1._connectionInfo, this_1._logger)); | ||
newConnection.onReceive(function (line) { return _this.emit(_this.onReceive, line); }); | ||
@@ -91,0 +91,0 @@ newConnection.onConnect(function () { return _this.emit(_this.onConnect); }); |
{ | ||
"name": "@d-fischer/connection", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "Abstraction for packet-based connections.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
78648