Version control: Always display commands output if requested, but once.
[DEVELOPMENT ENVIRONMENT] * BUG: Version control: Always display commands output if requested, but once.
This commit is contained in:
parent
144fc1fb26
commit
3889bd606c
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Public Sub Process_Read()
|
|||
sData = Read #Last, -256
|
||||
$sOutput &= Replace(sData, "\r", "")
|
||||
If $bOutput Then Insert(sData)
|
||||
Insert(sData)
|
||||
'Insert(sData)
|
||||
$dOutput = Now
|
||||
|
||||
iPos = RInStr($sOutput, "\n")
|
||||
|
|
Loading…
Reference in a new issue