From 85d3b66b403be06d3e8645259e1b525aa7462240 Mon Sep 17 00:00:00 2001 From: orosmatthew Date: Mon, 15 Jan 2024 15:42:30 -0500 Subject: [PATCH] [extension] Fix tree kill import --- extension/bwcontest/src/run/csharp.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/bwcontest/src/run/csharp.ts b/extension/bwcontest/src/run/csharp.ts index 7cb7165..00a1b15 100644 --- a/extension/bwcontest/src/run/csharp.ts +++ b/extension/bwcontest/src/run/csharp.ts @@ -2,8 +2,7 @@ import * as fs from 'fs-extra'; import { join } from 'path'; import os = require('os'); import { spawn } from 'child_process'; - -import kill = require('tree-kill'); +import * as kill from 'tree-kill'; export async function runCSharp( srcDir: string,