We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746f8bf commit 5794617Copy full SHA for 5794617
Task/FilterTask.php
@@ -52,6 +52,7 @@ public function execute(ProcessState $state)
52
{
53
$input = $state->getInput();
54
if (!$this->checkCondition($input, $this->getOptions($state))) {
55
+ $state->setErrorOutput($input);
56
$state->setSkipped(true);
57
58
return;
0 commit comments