install: remove unused import

pull/517/head^2
undefined 2 years ago
parent 0d122bb703
commit 07e3ed443d

@ -4,8 +4,6 @@
import { execSync, ExecSyncOptions } from 'child_process';
import { existsSync, readFileSync, writeFileSync } from 'fs';
import net from 'net';
import os from 'os';
import path from 'path';
const exec = (command: string, args?: ExecSyncOptions) => {
try {
@ -218,8 +216,6 @@ function rollbackResolveField() {
return true;
}
const tmpFile = path.join(os.tmpdir(), `${Math.random().toString()}.js`);
const Steps = () => [
{
init: 'install.preparing',

Loading…
Cancel
Save