@@ -61,7 +61,7 @@ |
||
61 | 61 | $this->fs->dumpFile($filePath, $fileContent); |
62 | 62 | $this->wlDone(sprintf('File "%s" created!', $fileRelativePath)); |
63 | 63 | $editor = 'atom'; |
64 | - passthru (sprintf("%s %s", $editor, $filePath), $return_var); |
|
64 | + passthru(sprintf("%s %s", $editor, $filePath), $return_var); |
|
65 | 65 | } catch (\Exception $e) { |
66 | 66 | throw new \Exception(sprintf($e->getMessage())); |
67 | 67 | } |