fix(src/index): fix typo

This commit is contained in:
JellyBrick
2024-09-17 20:37:49 +09:00
parent 7099b81296
commit 10ecf5d2fe

View File

@ -618,7 +618,7 @@ app.whenReady().then(async () => {
shortcutDetails.target !== appLocation ||
shortcutDetails.appUserModelId !== appID
) {
// eslint-disable-next-line @typescript-eslint/ only-throw-error
// eslint-disable-next-line @typescript-eslint/only-throw-error
throw 'needUpdate';
}
} catch (error) {