Comparing version 1.0.1 to 1.0.2
@@ -68,3 +68,3 @@ const Parser = require('./parser') | ||
if (!req) { | ||
this.destroy('No request found for response') | ||
this.destroy(new Error('No request found for response')) | ||
return null | ||
@@ -85,3 +85,3 @@ } | ||
} else { | ||
this.destroy('Invalid message') | ||
this.destroy(new Error('Invalid message')) | ||
} | ||
@@ -88,0 +88,0 @@ return |
{ | ||
"name": "arpeecee", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
11596