◻️ exit.ts

This commit is contained in:
nirholas
2026-03-31 10:22:39 +00:00
parent f2487bdaed
commit 663eb869e6

View File

@@ -29,3 +29,4 @@ export function cliOk(msg?: string): never {
process.exit(0)
return undefined as never
}