Skip to content

Commit

Permalink
[BUGFIX] Fix exception output
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Sep 30, 2020
1 parent 5a4f513 commit 492f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/Service/ComponentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function removeComponentsFromIgnoreList(array $components, array $ignoreL
if (!$ignorePattern) {
throw new \Exception(sprintf(
'Invalid ignore pattern provided: %s',
print_r($input->getOption('ignore'), true)
print_r($ignoreList, true)
), 1601484307);
}

Expand Down

0 comments on commit 492f1fe

Please sign in to comment.