@@ -32,7 +32,7 @@ |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | $logPath = $this->workDir . "/execution.log"; |
| 35 | - if(file_exists($logPath)) { |
|
| 35 | + if (file_exists($logPath)) { |
|
| 36 | 36 | $this->fileSystem->writeStream("execution.log", fopen($logPath, 'r')); |
| 37 | 37 | } |
| 38 | 38 | } |