From 5df6c32d048ad086fdf41d904d2eda1590110626 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Sat, 14 Mar 2026 20:14:35 +0800 Subject: [PATCH] fix: lint --- scripts/vsh/src/publint/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vsh/src/publint/index.ts b/scripts/vsh/src/publint/index.ts index d0786737d..ee8da3b4b 100644 --- a/scripts/vsh/src/publint/index.ts +++ b/scripts/vsh/src/publint/index.ts @@ -168,6 +168,7 @@ function printResult( `${UNICODE.FAILURE} ${totalCount} problem (${errorCount} errors, ${warningCount} warnings, ${suggestionsCount} suggestions)`, ), ); + // oxlint-disable-next-line no-unused-expressions !check && process.exit(1); } else { consola.log(colors.green(`${UNICODE.SUCCESS} No problem`));