using push to change the log
This commit is contained in:
Родитель
caa9a851b2
Коммит
bce2c96a61
|
@ -31,6 +31,7 @@ export class LoggingObserver implements ILoggingObserver {
|
|||
}
|
||||
|
||||
private writeLine(line: string) {
|
||||
this.log = this.log.concat(line);
|
||||
//this.log = this.log.push(line);
|
||||
this.log.push(line);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче