Fix initial setting in logs - it should be set to null after 1st line

This commit is contained in:
Piotr Sarnacki 2012-12-05 01:53:23 +01:00
parent 1385d7f605
commit e9077f1a04

View File

@ -69,9 +69,10 @@ FOLDS = [
else if @get 'newline'
@set 'newline', false
else if !@initial
@initial = false
payload.append = true
@initial = false
if payload.foldContinuation && payload.content.match(/Done. Build script exited with:/)
# script ended, but fold is still closed, which most probably means
# error, end the fold and open it.