Skip to content

Commit e4ca6a4

Browse files
committed
WIP
1 parent 7db72f6 commit e4ca6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProcessManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ProcessManager
1010
private bool $debug;
1111
private int $timeout = 30; // timeout in seconds
1212

13-
public function __construct(string $binaryPath, bool $debug = false)
13+
public function __construct(string $binaryPath, bool $debug = true)
1414
{
1515
$this->binaryPath = str_replace('/', '\\', $binaryPath);
1616
$this->debug = $debug;

0 commit comments

Comments
 (0)