@universal-packages/sub-process
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -6,3 +6,3 @@ import { EventEmitter } from '@universal-packages/event-emitter'; | ||
readonly options: O; | ||
get status(): string; | ||
get status(): Status; | ||
get startedAt(): Date; | ||
@@ -9,0 +9,0 @@ get endedAt(): Date; |
{ | ||
"name": "@universal-packages/sub-process", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Process encapsulation for different exec technics", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
@@ -72,7 +72,7 @@ # Sub SubProcess | ||
#### **`stdout`** **`Buffer`** | ||
#### **`stdout`** **`string`** | ||
Buffer containing the stdout of the process. | ||
#### **`stderr`** **`Buffer`** | ||
#### **`stderr`** **`string`** | ||
@@ -79,0 +79,0 @@ Buffer containing the stderr of the process. |
Sorry, the diff of this file is not supported yet
64893