Skip to content

Commit a619d02

Browse files
committed
Fixed #65
1 parent 5ca0d27 commit a619d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Console/Command/AbstractCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use JetRails\Varnish\Helper\Validator;
88
use JetRails\Varnish\Logger\Logger;
99
use Magento\Framework\App\Cache\TypeListInterface;
10+
use Magento\Framework\Console\Cli;
1011
use Symfony\Component\Console\Command\Command;
1112
use Symfony\Component\Console\Input\InputInterface;
1213
use Symfony\Component\Console\Output\OutputInterface;
@@ -93,6 +94,7 @@ protected function execute ( InputInterface $input, OutputInterface $output ) {
9394
$output->writeln ( "\n" . implode ( "\n", $response->payload ) );
9495
}
9596
$output->writeln ("");
97+
return Cli::RETURN_SUCCESS;
9698
}
9799

98100
protected abstract function runCommand ( InputInterface $input );

0 commit comments

Comments
 (0)