async-listener
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -87,3 +87,5 @@ 'use strict'; | ||
var result = original.apply(this, args); | ||
this._handle.onread = wrapCallback(this._handle.onread); | ||
if (this._handle) { | ||
this._handle.onread = wrapCallback(this._handle.onread); | ||
} | ||
return result; | ||
@@ -90,0 +92,0 @@ }; |
{ | ||
"name": "async-listener", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "Polyfill exporting trevnorris's 0.11+ asyncListener API.", | ||
@@ -5,0 +5,0 @@ "author": "Forrest L Norvell <ogd@aoaioxxysz.net>", |
80000
33
2345
15