update
This commit is contained in:
parent
20bdd3eef0
commit
aa223c67c1
|
|
@ -236,7 +236,7 @@ export default class LineConnection {
|
|||
this.outputBuffer += message
|
||||
this.outputScenario += message
|
||||
this.outputTestLog += cleanData(data.toString())
|
||||
this.outputALLScenario += cleanData(data.toString())
|
||||
if (!this.config.runningPhysical) this.outputALLScenario += cleanData(data.toString())
|
||||
if (!this.config.inventory)
|
||||
this.outputInventory = this.outputInventory.slice(-3000) + message
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue