From fd08feb992f27e9f7b0342ba8c2841e8f47b5001 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 14:32:58 +0100 Subject: [PATCH] Add 'Your build has been stopped' to texts which expand folds --- assets/scripts/lib/travis/log.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/lib/travis/log.coffee b/assets/scripts/lib/travis/log.coffee index c7044516..e4d5b88a 100644 --- a/assets/scripts/lib/travis/log.coffee +++ b/assets/scripts/lib/travis/log.coffee @@ -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