From b57baaf29bce1b18ebec8fe32a6f8dcc42b99c5f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 00:51:49 +0000 Subject: [PATCH] I'm so mad --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dec314bf..196096c9 100644 --- a/index.js +++ b/index.js @@ -123,7 +123,7 @@ client.once('ready', () => { }); process.on('unhandledRejection', function (reason, p) { - console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason); + console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason + p); }); client.login(config.token); \ No newline at end of file