Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Apr 4, 2020
1 parent 3598318 commit cef4a07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/electron/utils/oblige.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { spawn } from 'child_process';
import { ipcMain, shell } from 'electron';
import { existsSync, readdirSync, statSync } from 'fs';
import fs from 'fs';
import { platform } from 'os';
import { dirname, join } from 'path';

import { getJSON } from './json';
Expand Down Expand Up @@ -57,7 +55,7 @@ export const build = async (config, pack) => {
event.returnValue = log;
});

return new Promise((resolve, reject) => {
return new Promise(resolve => {
const GENERATED_WAD_PATH = join(
settings.savepath,
pack.datapath,
Expand Down

0 comments on commit cef4a07

Please sign in to comment.