Skip to content

Commit 4f15c45

Browse files
committed
Revert catch of main, since we have other process handlers to catch
1 parent 63a0f94 commit 4f15c45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/src/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,4 @@ async function main(): Promise<void> {
343343
)
344344
}
345345

346-
main().catch((error) => {
347-
logger.error(error, 'Unhandled error in main')
348-
process.exit(1)
349-
})
346+
void main()

0 commit comments

Comments
 (0)