(taskId, setAppState)
| 174 | name: 'LocalShellTask', |
| 175 | type: 'local_bash', |
| 176 | async kill(taskId, setAppState) { |
| 177 | killTask(taskId, setAppState); |
| 178 | } |
| 179 | }; |
| 180 | export async function spawnShellTask(input: LocalShellSpawnInput & { |
| 181 | shellCommand: ShellCommand; |
nothing calls this directly
no test coverage detected