(shellCommand: ShellCommand)
| 554 | } |
| 555 | |
| 556 | async function flushAndCleanup(shellCommand: ShellCommand): Promise<void> { |
| 557 | try { |
| 558 | await shellCommand.taskOutput.flush(); |
| 559 | shellCommand.cleanup(); |
| 560 | } catch (error) { |
| 561 | logError(error); |
| 562 | } |
| 563 | } |
no test coverage detected