From 2a55b08b51d360a7a364cd7b8086bbb9ec9d9fa4 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Sat, 11 Mar 2023 00:15:17 +0800 Subject: [PATCH] * refactor(api.ts): remove redundant code block and process.exit(1) call --- src/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 6a15bc9..10e14f5 100644 --- a/src/api.ts +++ b/src/api.ts @@ -20,7 +20,6 @@ if (!apiKey) { outro( 'For help Look into README https://github.com/di-sukharev/opencommit#setup' ); - process.exit(1); } // if (!apiKey) {