mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Added some colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user