[Shared] Use default import
This commit is contained in:
parent
f71dbb441c
commit
c5d0aaed86
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user