Comparing version 0.1.4 to 0.1.5
@@ -476,2 +476,7 @@ // Generated by CoffeeScript 1.6.2 | ||
this.debug.log(message); | ||
if (this.state === this.STATE.CONNECTING) { | ||
this.emit('connect', message); | ||
} else { | ||
this.emit('errorMessage', message); | ||
} | ||
return this.dispatchEvent('socketError', error); | ||
@@ -478,0 +483,0 @@ }; |
@@ -24,3 +24,4 @@ // Generated by CoffeeScript 1.6.2 | ||
} else { | ||
return this.userCallback.apply(this, arguments); | ||
this.userCallback.apply(this, arguments); | ||
return this.emit('requestCompleted'); | ||
} | ||
@@ -27,0 +28,0 @@ }; |
@@ -27,3 +27,3 @@ { | ||
], | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "./lib/tedious.js", | ||
@@ -30,0 +30,0 @@ "repository": { |
@@ -16,3 +16,3 @@ Tedious (node implementation of TDS) | ||
------ | ||
Current version: v0.1.3 | ||
Current version: v0.1.5 | ||
@@ -19,0 +19,0 @@ Coming soon |
Sorry, the diff of this file is not supported yet
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
526920
159
3811