Promise Rejector Added Back

This commit is contained in:
dragonfire535
2017-03-13 18:04:25 -04:00
parent 7eb98fc04f
commit 7afbb775fa
+3 -3
View File
@@ -182,8 +182,8 @@ client.once('ready', () => {
client.user.setGame(";help | dragonfire535");
});
//process.on('unhandledRejection', function(reason, p){
// console.log("A Possibly Unhandled Rejection has Occurred.");
//});
process.on('unhandledRejection', function(reason, p){
console.log("A Possibly Unhandled Rejection has Occurred.");
});
client.login(config.token);