mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Small logging, and manual changes
This commit is contained in:
parent
7cb0a3b378
commit
3028a6f013
2 changed files with 19 additions and 13 deletions
|
@ -293,6 +293,7 @@ function ProcessIncomingRequest(data) {
|
|||
logger.Log("[PCES]:\t" + msg, color);
|
||||
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
logger.Log("[PCES]: Couldnt parse JSON data, trying old format...");
|
||||
var d = SetupData(data);
|
||||
var qcount = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue