This commit is contained in:
joseph le 2026-05-28 08:44:43 +07:00
parent 20bdd3eef0
commit aa223c67c1
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export default class LineConnection {
this.outputBuffer += message this.outputBuffer += message
this.outputScenario += message this.outputScenario += message
this.outputTestLog += cleanData(data.toString()) this.outputTestLog += cleanData(data.toString())
this.outputALLScenario += cleanData(data.toString()) if (!this.config.runningPhysical) this.outputALLScenario += cleanData(data.toString())
if (!this.config.inventory) if (!this.config.inventory)
this.outputInventory = this.outputInventory.slice(-3000) + message this.outputInventory = this.outputInventory.slice(-3000) + message
} }