We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119adc0 commit ba55b36Copy full SHA for ba55b36
src/Service/Builder.php
@@ -95,6 +95,7 @@ public function runTasks(TaskRegistry $tasks)
95
$this->runTask($task);
96
} catch (\Exception $e) {
97
$exception = $e;
98
+ $failed = true;
99
}
100
101
0 commit comments