mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Making things a bit prettyer
This commit is contained in:
+3
-2
@@ -21,7 +21,8 @@
|
||||
module.exports = {
|
||||
ProcessIncomingRequest: ProcessIncomingRequest,
|
||||
CheckData: CheckData,
|
||||
NLoad: NLoad
|
||||
NLoad: NLoad,
|
||||
LoadJSON: LoadJSON
|
||||
};
|
||||
|
||||
var recievedFile = "stats/recieved";
|
||||
@@ -245,7 +246,7 @@ function Process(d, file) {
|
||||
|
||||
return newRes.count - oldRes.count;
|
||||
} else
|
||||
logger.Log("[PCES]:\t\tNo new data, and one line of stuff only");
|
||||
logger.Log("[PCES]:\t\tNo new data");
|
||||
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user