remove require link-exists
This commit is contained in:
@@ -3,7 +3,6 @@ const path = require('node:path');
|
||||
const fs = require('fs');
|
||||
const os = require('os');
|
||||
const log = require('electron-log/main');
|
||||
const { linkExists } = require('link-exists');
|
||||
const isReachable = require('is-reachable');
|
||||
const { setInterval } = require('node:timers/promises');
|
||||
const configModule = require('./js/config.js');
|
||||
@@ -240,6 +239,7 @@ async function loadUrlAsync(testurl) {
|
||||
|
||||
// https://github.com/electron/electron/issues/17972
|
||||
app.commandLine.appendSwitch('--no-sandbox');
|
||||
app.commandLine.appendSwitch('no-sandbox');
|
||||
|
||||
app.whenReady().then(() => {
|
||||
// configModule.load();
|
||||
|
||||
Reference in New Issue
Block a user