Skip to content

BashExecutorResult

Defined in: bash/executor.ts:90

The command’s finished result — the last value BashExecutor.run ever yields.

done: true

Defined in: bash/executor.ts:91


exitCode: number

Defined in: bash/executor.ts:94


stderr: string

Defined in: bash/executor.ts:93


stdout: string

Defined in: bash/executor.ts:92


truncated: boolean

Defined in: bash/executor.ts:95