mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Remove unused execSync import
This commit is contained in:
parent
2858dd9ad8
commit
e79b0eb0c9
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ import retry from 'async-retry';
|
||||||
import {version} from './package.json';
|
import {version} from './package.json';
|
||||||
import {getDecoratedConfig} from './plugins';
|
import {getDecoratedConfig} from './plugins';
|
||||||
import autoUpdaterLinux from './auto-updater-linux';
|
import autoUpdaterLinux from './auto-updater-linux';
|
||||||
import {execSync} from 'child_process';
|
|
||||||
|
|
||||||
const {platform} = process;
|
const {platform} = process;
|
||||||
const isLinux = platform === 'linux';
|
const isLinux = platform === 'linux';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue