Glyciant / PurplePlus

Purple+ is a promotion platform related to the /r/Twitch Subreddit. Its purpose is to give everyone a chance to be recognised for their uniqueness and achievements.
12 stars 0 forks source link

Handle Promise Rejections #35

Closed Glyciant closed 7 years ago

Glyciant commented 7 years ago

Something like this (snippet from TwitchDB):

process.on('unhandledRejection', function(reason, p){
    console.log("Possibly Unhandled Rejection at: Promise ", p, " reason: ", reason);
});