Skip to content

Commit 9b540b0

Browse files
Add condition verbose output
1 parent e8b8dc9 commit 9b540b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner/Hook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ private function doConditionsApply(array $conditions, IO $collectorIO): bool
346346
{
347347
$conditionRunner = new Condition($collectorIO, $this->repository, $this->config, $this->hook);
348348
foreach ($conditions as $config) {
349+
$this->io->write(' <fg=cyan>' . $config->getExec() . '</>', true, IO::VERBOSE);
349350
if (!$conditionRunner->doesConditionApply($config)) {
350351
return false;
351352
}

0 commit comments

Comments
 (0)