diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
| commit | 5bf4b8e134b485d47a461d6eaab284d50cec0ef3 (patch) | |
| tree | ddfff4e2ee97baaee335dfaa14789cab9425d831 /app.js | |
| parent | 5054a79fe676df38c3f2324e2325c8a5cfb994d4 (diff) | |
| download | alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.gz alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.bz2 alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.zip | |
Favicons, updated homepage and more stuff
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ rl.on("line", (input) => { case "exit": async function exitWebsite() { console.log("[i] Closing website..."); - await Hook.info("Alee Productions Website", "Website is shutting down..."); + //await Hook.info("Alee Productions Website", "Website is shutting down..."); process.exit(0); } exitWebsite(); @@ -81,6 +81,6 @@ app.use((req, res) => { }); app.listen(port, () => { - Hook.success("Alee Productions Website","Website has been loaded!") + //Hook.success("Alee Productions Website","Website has been loaded!") console.log(`[>] Website listening on port ${port}!`) });
\ No newline at end of file |
