[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 * as util from 'util';
|
||||||
import type { IRunner, IRunnerParams, IRunnerReturn, RunResult } from './types.cjs';
|
import type { IRunner, IRunnerParams, IRunnerReturn, RunResult } from './types.cjs';
|
||||||
import { timeoutSeconds } from './settings.cjs';
|
import { timeoutSeconds } from './settings.cjs';
|
||||||
|
import kill from 'tree-kill';
|
||||||
import kill = require('tree-kill');
|
|
||||||
|
|
||||||
const execPromise = util.promisify(exec);
|
const execPromise = util.promisify(exec);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user