Removed trailing LF from error log
This commit is contained in:
parent
914b4125d8
commit
b901a12699
@ -77,6 +77,8 @@ ErrorFileLog::ErrorFileLog() {
|
||||
if (errFile) {
|
||||
do {
|
||||
_errors[i] = errFile.readStringUntil('\n');
|
||||
_errors[i].replace("\r", "");
|
||||
_errors[i].replace("\n", "");
|
||||
} while (_errors[i++].length());
|
||||
errFile.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user