BashExecutorResult
Defined in: bash/executor.ts:90
The command’s finished result — the last value BashExecutor.run ever yields.
Properties
Section titled “Properties”done:
true
Defined in: bash/executor.ts:91
exitCode
Section titled “exitCode”exitCode:
number
Defined in: bash/executor.ts:94
stderr
Section titled “stderr”stderr:
string
Defined in: bash/executor.ts:93
stdout
Section titled “stdout”stdout:
string
Defined in: bash/executor.ts:92
truncated
Section titled “truncated”truncated:
boolean
Defined in: bash/executor.ts:95