More welcome wagon beautification.

This commit is contained in:
rainbow napkin 2025-10-16 07:41:13 -04:00
parent cb3fc9bb91
commit bddbd9cd36
3 changed files with 5 additions and 4 deletions

View file

@ -222,6 +222,6 @@ async function asyncKickStart(){
//Listen Function
webServer.listen(port, () => {
console.log(`Tokes up on port \x1b[4m\x1b[35m${port}\x1b[0m!`);
console.log(`Tokes up on port \x1b[4m\x1b[35m${port}\x1b[0m!\n`);
});
}