Add 'Your build has been stopped' to texts which expand folds
This commit is contained in:
parent
76520cfcdb
commit
fd08feb992
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user