Skip to content

Commit ba55b36

Browse files
committed
Update Builder.php
1 parent 119adc0 commit ba55b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function runTasks(TaskRegistry $tasks)
9595
$this->runTask($task);
9696
} catch (\Exception $e) {
9797
$exception = $e;
98+
$failed = true;
9899
}
99100
}
100101

0 commit comments

Comments
 (0)