Skip to content

Commit be163fd

Browse files
committed
docs: add some comments
1 parent 18e62a5 commit be163fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export class ProcessPromise extends Promise<ProcessOutput> {
228228
this._zurk.then(({ error, stdout, stderr, stdall, status, signal }) => {
229229
if (error) {
230230
const message = ProcessOutput.getErrorMessage(error, self._from)
231+
// Should we enable this?
231232
// (nothrow ? self._resolve : self._reject)(
232233
self._reject(
233234
new ProcessOutput(null, null, stdout, stderr, stdall, message)

0 commit comments

Comments
 (0)