Skip to content
Discussion options

You must be logged in to vote

Haha, Fixed by adding this block of code after referring to the specific github repo of the lesson!

main()
    .then(() => process.exit(0))
    .catch((error) => {
        console.error(error)
        process.exit(1)
    }) 

Thanks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ansh3108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant