Skip to content

Commit

Permalink
improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Jul 9, 2021
1 parent 292b3d8 commit ae38b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/PreloaderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ public function __construct()
*/
public function execute(Arguments $args, ConsoleIo $io): ?int
{
$io->hr();
$io->out('Generating preloader...');
$io->hr();

$this->cakephp();
$this->packages($args);
Expand Down

0 comments on commit ae38b5d

Please sign in to comment.