mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Lint
This commit is contained in:
@@ -4,6 +4,7 @@ const {
|
||||
BrowserWindow,
|
||||
ipcMain,
|
||||
app,
|
||||
clipboard,
|
||||
Tray,
|
||||
Menu,
|
||||
dialog,
|
||||
@@ -11,7 +12,6 @@ const {
|
||||
nativeImage
|
||||
} = require('electron');
|
||||
const { spawn, spawnSync } = require('child_process');
|
||||
const { clipboard } = require('electron');
|
||||
const fs = require('fs');
|
||||
const https = require('https');
|
||||
|
||||
|
||||
@@ -373,7 +373,8 @@ export const useSearchStore = defineStore('Search', () => {
|
||||
});
|
||||
}
|
||||
}
|
||||
} catch {
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
} finally {
|
||||
directAccessPrompt.value = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user