RawResult
RawResult =
object
Defined in: src/core/types.ts:145
Result from raw Git command execution
Properties
aborted
aborted:
boolean
Defined in: src/core/types.ts:153
Whether the command was aborted via AbortSignal
exitCode
exitCode:
number
Defined in: src/core/types.ts:151
Exit code (0 = success)
stderr
stderr:
string
Defined in: src/core/types.ts:149
Standard error
stdout
stdout:
string
Defined in: src/core/types.ts:147
Standard output