We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db72f6 commit e4ca6a4Copy full SHA for e4ca6a4
src/ProcessManager.php
@@ -10,7 +10,7 @@ class ProcessManager
10
private bool $debug;
11
private int $timeout = 30; // timeout in seconds
12
13
- public function __construct(string $binaryPath, bool $debug = false)
+ public function __construct(string $binaryPath, bool $debug = true)
14
{
15
$this->binaryPath = str_replace('/', '\\', $binaryPath);
16
$this->debug = $debug;
0 commit comments