mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added some colors
This commit is contained in:
parent
d6edfa15e1
commit
e55c7beb37
3 changed files with 15 additions and 5 deletions
|
@ -243,7 +243,7 @@ app.post('*', function(req, res) {
|
|||
|
||||
stat.Load();
|
||||
app.listen(port);
|
||||
logger.Log("[START]: Server listening on port " + port + "...");
|
||||
logger.Log("[START]: Server listening on port " + port + "...", logger.GetColor("yellow"));
|
||||
|
||||
function Log(req, toFile) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue