Skip to content

Commit 5794617

Browse files
author
Vincent Chalnot
committed
FilterTask now outputs skipped content to error output
1 parent 746f8bf commit 5794617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Task/FilterTask.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function execute(ProcessState $state)
5252
{
5353
$input = $state->getInput();
5454
if (!$this->checkCondition($input, $this->getOptions($state))) {
55+
$state->setErrorOutput($input);
5556
$state->setSkipped(true);
5657

5758
return;

0 commit comments

Comments
 (0)