rules fixing and general beautification
This commit is contained in:
@@ -42,9 +42,11 @@ const server = micro(async (req, res) => {
|
||||
if (isWhiteListed) {
|
||||
logger.log("debug", "Not Whitelisted: " + miniInput);
|
||||
fs.appendFileSync("./log/skipped.log", miniInput + "\n");
|
||||
process.stdout.write(".");
|
||||
} else {
|
||||
logger.log("info", "Not Whitelisted: " + miniInput);
|
||||
logger.log("debug", "Not Whitelisted: " + miniInput);
|
||||
fs.appendFileSync("./log/issues.log", miniInput + "\n");
|
||||
process.stdout.write("!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user