Comparing version 1.1.0 to 1.1.1
@@ -124,4 +124,4 @@ 'use strict'; | ||
const error = new Error(msg.v.message); | ||
err.code = msg.v.code; | ||
throw err; | ||
error.code = msg.v.code; | ||
throw error; | ||
} | ||
@@ -128,0 +128,0 @@ return msg.v; |
{ | ||
"name": "sync-rpc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Run asynchronous commands synchronously by putting them in a separate process", |
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
12248