Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "exec-sh", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Execute shell command forwarding all stdio.", | ||
@@ -5,0 +5,0 @@ "main": "lib/exec-sh.js", |
@@ -77,3 +77,3 @@ # exec-sh | ||
let out; | ||
try { | ||
@@ -85,6 +85,6 @@ out = await execShPromise('pwd', true); | ||
console.log('Stdout: ', e.stdout); | ||
return e; | ||
} | ||
console.log('out: ', out.stdout, out.stderr); | ||
@@ -119,3 +119,3 @@ } | ||
## Code Coverage | ||
Code coverage report for all files is [available here](https://s3.eu-central-1.amazonaws.com/tsertkov-artifacts/exec-sh/master/coverage/lcov-report/index.html). | ||
Code coverage report for all files is [available here](https://s3.eu-central-1.amazonaws.com/tsertkov-artifacts/exec-sh/master/coverage/index.html). | ||
@@ -122,0 +122,0 @@ ## Scripts |
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
22967