From 10ecf5d2fe03e9892d3be25b7a95e9949611c236 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 17 Sep 2024 20:37:49 +0900 Subject: [PATCH] fix(src/index): fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {