| 406 | * Static ShellCommand implementation for commands that were aborted before execution. |
| 407 | */ |
| 408 | class AbortedShellCommand implements ShellCommand { |
| 409 | readonly status = 'killed' as const |
| 410 | readonly result: Promise<ExecResult> |
| 411 | readonly taskOutput: TaskOutput |
nothing calls this directly
no outgoing calls
no test coverage detected