diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-12 16:51:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-12 16:51:59 -0400 |
| commit | d3f8a0eb0c42eac80ab050f0cbbf5c14dbfca042 (patch) | |
| tree | 34fb0f5b2a4c0271977744e07456ae37645f9771 /app.js | |
| parent | ebd225985010f5451821bef6b223d416c8e34d04 (diff) | |
| download | alp-website-d3f8a0eb0c42eac80ab050f0cbbf5c14dbfca042.tar.gz alp-website-d3f8a0eb0c42eac80ab050f0cbbf5c14dbfca042.tar.bz2 alp-website-d3f8a0eb0c42eac80ab050f0cbbf5c14dbfca042.zip | |
moving stuff
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,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(); @@ -102,6 +102,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 |
