Using `passthru()` produces jumbled output
daftspunk opened this issue · 2 comments
daftspunk commented
Hello, fantastic work on this library. The new Artisan improvements are great.
Problem - Using passthru()
produces jumbled output.
POC - Any Laravel console command that calls passthru
to call commands, so they do not share the main process.
public function handle()
{
passthru('composer update');
}
Using Laravel 9.20 - Output normal
Using Laravel 9.21 - Actual output
Using Laravel 9.21 - Expected output
nunomaduro commented
There is anyway we get the original size of the terminal?
nunomaduro commented
cc @xiCO2k