From 0a00833f7240cbe6f6e4aaf0f40dde0038f2fe56 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 16 Aug 2020 18:46:01 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Remove=20code=20exits=20on=20first?= =?UTF-8?q?=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shared/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts index ef78c196..a87d5860 100644 --- a/packages/shared/src/index.ts +++ b/packages/shared/src/index.ts @@ -120,7 +120,5 @@ export const renderCursors = async ({ } } catch (error) { console.error(error); - } finally { - process.exit(0); } };