mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Fix one more import
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user