| 422 | * Static ShellCommand implementation for commands that were aborted before execution. |
| 423 | */ |
| 424 | class AbortedShellCommand implements ShellCommand { |
| 425 | readonly status = 'killed' as const |
| 426 | readonly result: Promise<ExecResult> |
| 427 | readonly taskOutput: TaskOutput |
nothing calls this directly
no outgoing calls
no test coverage detected