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