Adding removal of color codes
This commit is contained in:
@ -105,6 +105,7 @@ class Logging {
|
||||
m = m.substring(0, index) + m.substring(index + 4, m.length);
|
||||
index = m.indexOf("\x1b");
|
||||
}
|
||||
m = m.replace(/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, "");
|
||||
if (this.logFileLocation) {
|
||||
if ((!this.fileStream || !this.errorStream) && !this.writing) {
|
||||
Logging.initializeFile();
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user