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 56933d6 commit 787862eCopy full SHA for 787862e
src/Console/RunCommand.php
@@ -50,7 +50,7 @@ protected function watch(): void
50
51
protected function startWatchProcess(): void
52
{
53
- $this->watchProcess = Process::start(
+ $this->watchProcess = Process::tty(Process::supportsTty())->start(
54
command: config('nutgram.watch.bin', PHP_BINARY).' artisan nutgram:run',
55
output: function (string $type, string $output) {
56
$this->output->write($output);
0 commit comments