Commit 59b37110 authored by Alex Bowers's avatar Alex Bowers

Update NewCommand.php

parent 39f9dddb
...@@ -64,7 +64,7 @@ class NewCommand extends Command ...@@ -64,7 +64,7 @@ class NewCommand extends Command
]; ];
$process = new Process(implode(' && ', $commands), $directory, null, null, null); $process = new Process(implode(' && ', $commands), $directory, null, null, null);
$process->setTty(true); $process->setTty(true);
$process->run(function ($type, $line) use ($output) { $process->run(function ($type, $line) use ($output) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment