@universal-packages/sub-process
Advanced tools
Comparing version 1.14.2 to 1.15.0
{ | ||
"name": "@universal-packages/sub-process", | ||
"version": "1.14.2", | ||
"version": "1.15.0", | ||
"description": "Process encapsulation for different exec technics", | ||
@@ -21,3 +21,2 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"@universal-packages/event-emitter": "^1.1.2", | ||
"@universal-packages/fs-utils": "^1.0.3", | ||
"@universal-packages/time-measurer": "^1.4.9", | ||
@@ -24,0 +23,0 @@ "ms": "^2.1.3" |
@@ -7,3 +7,2 @@ "use strict"; | ||
const adapter_resolver_1 = require("@universal-packages/adapter-resolver"); | ||
const fs_utils_1 = require("@universal-packages/fs-utils"); | ||
const stream_1 = require("stream"); | ||
@@ -50,3 +49,3 @@ const BaseRunner_1 = __importDefault(require("./BaseRunner")); | ||
async internalRun(onRunning) { | ||
const finalWorkingDirectory = this.options.workingDirectory ? (0, fs_utils_1.checkDirectory)(this.options.workingDirectory) : undefined; | ||
const finalWorkingDirectory = this.options.workingDirectory ? this.options.workingDirectory : undefined; | ||
this.engineProcess = await this.engine.run(this.command, this.args, this.input, this.env, finalWorkingDirectory); | ||
@@ -53,0 +52,0 @@ this.internalProcessId = this.engineProcess.processId; |
Sorry, the diff of this file is not supported yet
4
69933
894
- Removed@universal-packages/fs-utils@^1.0.3
- Removed@universal-packages/fs-utils@1.2.0(transitive)