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 77baf12 commit 4fd937cCopy full SHA for 4fd937c
src/ProcessManager.php
@@ -44,6 +44,8 @@ public function execute(array $config, bool $streamOutput): string
44
file_put_contents($configFile, json_encode($config, JSON_PRETTY_PRINT));
45
$this->debugLog("Wrote config to file: $configFile");
46
47
+ $this->debugLog("config file contain: " . file_get_contents($configFile));
48
+
49
// Change to temp directory and prepare command
50
$currentDir = getcwd();
51
chdir($tempDir);
0 commit comments