We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a0f94 commit 4f15c45Copy full SHA for 4f15c45
1 file changed
cli/src/index.tsx
@@ -343,7 +343,4 @@ async function main(): Promise<void> {
343
)
344
}
345
346
-main().catch((error) => {
347
- logger.error(error, 'Unhandled error in main')
348
- process.exit(1)
349
-})
+void main()
0 commit comments