Fixing not complete color code removal

This commit is contained in:
hibas123
2018-04-09 20:02:34 +02:00
parent e4ea3f660c
commit df39c423fe
6 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,9 @@ Logging.log("i", "am", { a: "an" }, 1000);
Logging.error(new Error("fehler 001"));
Logging.debug("Some Debug infos");
Logging.errorMessage("i", "am", "an", "error");
Logging.log("\x1b[31m\x1b[31m\x1b[31m\x1b[31m\x1b[31m\x1b[31m TEST \x1b[31m\x1b[31m\x1b[31m")
Logging.stdout = false;
for (let i = 0; i < 7000; i++) {
Logging.log(randomBytes(50000).toString("hex"))