Skip to content

Commit 4fd937c

Browse files
committed
WIP
1 parent 77baf12 commit 4fd937c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ProcessManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public function execute(array $config, bool $streamOutput): string
4444
file_put_contents($configFile, json_encode($config, JSON_PRETTY_PRINT));
4545
$this->debugLog("Wrote config to file: $configFile");
4646

47+
$this->debugLog("config file contain: " . file_get_contents($configFile));
48+
4749
// Change to temp directory and prepare command
4850
$currentDir = getcwd();
4951
chdir($tempDir);

0 commit comments

Comments
 (0)