arturo-server
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -102,3 +102,3 @@ 'use strict'; | ||
path: dir, | ||
opts: { env: env, stdio: stdio }, | ||
opts: { env: env }, | ||
onSpawn: function onSpawn(subprocess) { | ||
@@ -105,0 +105,0 @@ _this2.debug('WORKER ' + subprocess.pid + ' ' + worker.route + ': initializing'); |
{ | ||
"name": "arturo-server", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A database agnostic distributed job queue (server, client, and worker).", | ||
@@ -5,0 +5,0 @@ "main": "lib/server/index.js", |
@@ -40,3 +40,3 @@ import path from 'path' | ||
path: dir, | ||
opts: { env, stdio }, | ||
opts: { env }, | ||
onSpawn: (subprocess) => { | ||
@@ -43,0 +43,0 @@ this.debug(`WORKER ${subprocess.pid} ${worker.route}: initializing`) |
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
331555