Skip to content

Commit

Permalink
shot in the dark to fix windows problems
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 23, 2024
1 parent ad7961e commit 1b60236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/PHP/DefaultPhpProcess.php
Expand Up @@ -105,6 +105,7 @@ protected function runProcess(string $job, array $settings): array
$pipes,
null,
$env,
['bypass_shell' => true],
);

if (!is_resource($process)) {
Expand Down

0 comments on commit 1b60236

Please sign in to comment.