Fix one more import

This commit is contained in:
Matt Bierner
2025-11-10 10:11:32 -08:00
parent 1136f75c5e
commit 19c4ebdc10

View File

@@ -5,7 +5,7 @@
import { ChildProcess } from 'child_process';
import { promisify } from 'util';
import * as treekill from 'tree-kill';
import treekill from 'tree-kill';
import { Logger } from './logger';
export async function teardown(p: ChildProcess, logger: Logger, retryCount = 3): Promise<void> {