ignore sysproxy error

#205
This commit is contained in:
pompurin404 2024-10-03 14:37:55 +08:00
parent bf52f02b82
commit 8d09bfb1a9
No known key found for this signature in database

View File

@ -231,7 +231,11 @@ export async function init(): Promise<void> {
await startPacServer()
await startSubStoreServer()
const { sysProxy } = await getAppConfig()
await triggerSysProxy(sysProxy.enable)
try {
await triggerSysProxy(sysProxy.enable)
} catch {
// ignore
}
await startSSIDCheck()
initDeeplink()