(appLog: AppLogResult)
| 425 | } |
| 426 | |
| 427 | export async function stopAppLog(appLog: AppLogResult): Promise<void> { |
| 428 | await appLog.stop(); |
| 429 | await waitForChildExit(appLog.wait); |
| 430 | } |
| 431 | |
| 432 | export function appendAppLogMarker(outPath: string, marker: string): void { |
| 433 | ensureLogPath(outPath); |
no test coverage detected