@travetto/exec
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -11,3 +11,3 @@ { | ||
"description": "", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"main": "src/lib/", | ||
@@ -18,3 +18,3 @@ "name": "@travetto/exec", | ||
}, | ||
"version": "0.0.13" | ||
"version": "0.0.14" | ||
} |
@@ -70,3 +70,3 @@ import * as cp from 'child_process'; | ||
const { cmd, args } = getArgs(cmdStr); | ||
const p = cp.spawn(cmd, args, { ...(options as cp.SpawnOptions), shell: true }); | ||
const p = cp.spawn(cmd, args, { shell: true, ...(options as cp.SpawnOptions) }); | ||
return [p, enhanceProcess(p, options)]; | ||
@@ -73,0 +73,0 @@ } |
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