Rejection Logger Uncommented

This commit is contained in:
dragonfire535
2017-03-12 19:00:19 -04:00
parent 2327a9f6af
commit 32cb7fba14
+3 -3
View File
@@ -190,8 +190,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);