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