Comparing version 1.2.2 to 1.2.3
@@ -13,7 +13,7 @@ 'use strict'; | ||
port + | ||
",'127.0.0.1',()=>{c.end(" + | ||
",'127.0.0.1',()=>{c.pipe(process.stdout);c.end(" + | ||
JSON.stringify(input) | ||
.replace(/\u2028/g, '\\u2028') | ||
.replace(/\u2029/g, '\\u2029') + | ||
').pipe(process.stdout)});' | ||
')})' | ||
); | ||
@@ -82,3 +82,6 @@ } | ||
throw new Error( | ||
'Timed out waiting for sync-rpc server to start (it should respond with "pong" when sent "ping"):\n\n' + err + '\n' + response | ||
'Timed out waiting for sync-rpc server to start (it should respond with "pong" when sent "ping"):\n\n' + | ||
err + | ||
'\n' + | ||
response | ||
); | ||
@@ -85,0 +88,0 @@ } |
{ | ||
"name": "sync-rpc", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"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
12519
284