Skip to content

Commit

Permalink
ensure cleanup if starting fails in FailureDetectingExternalResource (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
tbcs committed May 4, 2017
1 parent 9f720a5 commit 40afb4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ public void evaluate() throws Throwable {

List<Throwable> errors = new ArrayList<Throwable>();

starting(description);

try {
starting(description);
base.evaluate();
succeeded(description);
} catch (Throwable e) {
Expand Down

0 comments on commit 40afb4d

Please sign in to comment.