Update installer.ts

* Removed unecessary imports
This commit is contained in:
litetex 2020-04-09 19:30:41 +02:00
parent 3de417d35c
commit 3894eede2d

View File

@ -9,8 +9,6 @@ import {chmodSync} from 'fs';
import * as os from 'os';
import * as path from 'path';
import * as semver from 'semver';
import { stringWriter } from 'xmlbuilder';
import { timingSafeEqual } from 'crypto';
const IS_WINDOWS = process.platform === 'win32';