Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit 244a4de

Browse files
author
Matthew Ray
committed
Update main.js
1 parent 9adbebe commit 244a4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ class server {
383383
await res.sendStatus(method.status);
384384
} catch (err) {
385385
res.status(500).send(`Internal Server Error | ${err}`);
386+
console.log(err);
386387
}
387388
});
388389
app.post('/api/interactive/functions/selfrole', async function(req, res) {

0 commit comments

Comments
 (0)