From 663eb869e62924c5482dc87bc1e08add8caeaefd Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=97=BB=EF=B8=8F=20exit.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cli/exit.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/exit.ts b/src/cli/exit.ts index 99e56f9..c3ec107 100644 --- a/src/cli/exit.ts +++ b/src/cli/exit.ts @@ -29,3 +29,4 @@ export function cliOk(msg?: string): never { process.exit(0) return undefined as never } +