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 ea6fbcc commit c58ff67Copy full SHA for c58ff67
src/Processor/Processor.php
@@ -99,9 +99,8 @@ public function concatOutput()
99
public function saveOutput()
100
{
101
foreach ($this->concatOutput() as $path => $content) {
102
-
103
$directory = dirname($path);
104
- if (!is_dir($dir = $directory)) {
+ if (!is_dir($directory)) {
105
$this->io->write("<info>creating directory</info>: {$directory}");
106
mkdir($directory, 0755, true);
107
}
0 commit comments