diff --git a/src/utils/argvUtils.js b/src/utils/argvUtils.js index 42bf7fcd4..542c85391 100644 --- a/src/utils/argvUtils.js +++ b/src/utils/argvUtils.js @@ -14,4 +14,4 @@ export const isAutoUpdaterEnabled = () => JSON.parse(electron.remote?.process.env.CONFIG || process.env.CONFIG || '{}') .updaterEnabled && isProduction() && - process.platform === 'darwin'; \ No newline at end of file + process.platform === 'darwin'; diff --git a/static/index.js b/static/index.js index ea4b3f9c6..ee281e6d1 100644 --- a/static/index.js +++ b/static/index.js @@ -14,7 +14,6 @@ const url = require('url'); const fs = require('fs'); const {exec} = require('child_process'); const compilePlugins = require('./compilePlugins.js'); -const os = require('os'); const setup = require('./setup'); const expandTilde = require('expand-tilde'); const yargs = require('yargs');