Comparing version 1.0.2 to 1.0.3
@@ -53,3 +53,3 @@ const Parser = require('./parser') | ||
this.methods = [] | ||
this.requests = [] | ||
this.requests = [null] | ||
this.free = [] | ||
@@ -128,3 +128,4 @@ this.errorEncoding = opts.errorEncoding || ERROR | ||
} catch (err) { | ||
return this.destroy(err) | ||
this.destroy(err) | ||
return | ||
} | ||
@@ -131,0 +132,0 @@ |
{ | ||
"name": "arpeecee", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple duplex stream based binary RPC module for well defined methods", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11610
331