Add 'Your build has been stopped' to texts which expand folds

This commit is contained in:
Piotr Sarnacki 2013-02-13 14:32:58 +01:00
parent 76520cfcdb
commit fd08feb992

View File

@ -75,7 +75,7 @@ FOLDS = [
@initial = false
if payload.foldContinuation && payload.content.match(/Done. Build script exited/)
if payload.foldContinuation && payload.content.match(/Done. Build script exited|Your build has been stopped/)
# script ended, but fold is still closed, which most probably means
# error, end the fold and open it.
# TODO: we need log marks to make it easier