Skip to content

Commit

Permalink
chore(debug): Log what went wrong if we fail to plan after stages (#2077
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robfletcher authored and asher committed Mar 21, 2018
1 parent f285690 commit b9b786e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class CompleteStageHandler(
stage.status = status
stage.endTime = clock.millis()
} catch (e: Exception) {
log.error("Failed to construct after stages", e)
stage.status = TERMINAL
stage.endTime = clock.millis()
repository.storeStage(stage)
Expand Down

0 comments on commit b9b786e

Please sign in to comment.