Beautified launch printout
This commit is contained in:
parent
6ae652b47c
commit
cb3fc9bb91
3 changed files with 26 additions and 3 deletions
|
|
@ -222,6 +222,6 @@ async function asyncKickStart(){
|
|||
|
||||
//Listen Function
|
||||
webServer.listen(port, () => {
|
||||
console.log(`Tokes up on port ${port}!`);
|
||||
console.log(`Tokes up on port \x1b[4m\x1b[35m${port}\x1b[0m!`);
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue