diff --git a/src/index.ts b/src/index.ts index 689450a4..18bbda6f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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) {