Skip to content

Commit

Permalink
Fix #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 28, 2024
1 parent 9f90c4c commit d2ebaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WpBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ protected function execute( InputInterface $input, OutputInterface $output ) {
];

$process = new Process( $command );
$process->setTimeout( null );

/**
* PHP Code Beautifier will return exit-code 1 if all 'errors' are fixed.
Expand Down

0 comments on commit d2ebaa9

Please sign in to comment.