[Shared] Use default import

This commit is contained in:
orosmatthew 2024-03-12 13:03:45 -04:00
parent f71dbb441c
commit c5d0aaed86

View File

@ -3,8 +3,7 @@ import { exec, spawn } from 'child_process';
import * as util from 'util';
import type { IRunner, IRunnerParams, IRunnerReturn, RunResult } from './types.cjs';
import { timeoutSeconds } from './settings.cjs';
import kill = require('tree-kill');
import kill from 'tree-kill';
const execPromise = util.promisify(exec);