diff --git a/InitFunctions/initServer.js b/InitFunctions/initServer.js index 5e809c7..c20d7cf 100644 --- a/InitFunctions/initServer.js +++ b/InitFunctions/initServer.js @@ -19,7 +19,7 @@ module.exports = (app, config, themeConfig, modules) => { try { server = https.createServer(options, app); } catch (e) { - console.log(`${"discord-dashboard issue:".red} There's a problem while creating server, check if the port specified is already on use.`); + console.log(`${"discord-dashboard issue:".red} There's a problem while creating server, check if the port specified is already on use.\n${e}`); } } else { server = http.createServer(app);