Skip to content

Commit

Permalink
🐛 Fix: Problem where the plugin didn't stop executing on arg '--info'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Oct 24, 2024
1 parent ca034bb commit ff589f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/tickets/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async function app () {
const info = JSON.stringify(metadata())
console.clear()
console.log(info)
process.exit()
break
}
case 'port': {
Expand Down

0 comments on commit ff589f2

Please sign in to comment.