From ff589f25cfd63c802173376398712901bd6c5201 Mon Sep 17 00:00:00 2001 From: Ashu Date: Wed, 23 Oct 2024 21:51:26 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20Problem=20where=20the=20p?= =?UTF-8?q?lugin=20didn't=20stop=20executing=20on=20arg=20'--info'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/tickets/src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/tickets/src/app.ts b/plugins/tickets/src/app.ts index 650dd69..d63fb15 100644 --- a/plugins/tickets/src/app.ts +++ b/plugins/tickets/src/app.ts @@ -32,6 +32,7 @@ async function app () { const info = JSON.stringify(metadata()) console.clear() console.log(info) + process.exit() break } case 'port': {