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:
gambas 2017-10-11 01:10:02 +02:00
parent 144fc1fb26
commit 3889bd606c

View file

@ -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")