laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.34k stars 130 forks source link

Fixed execute not unregistering loader and exit code #100

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago
  1. Fixes incorrect implementation within https://github.com/laravel/tinker/pull/89. In particular this matters if the command is called by code or tests etc.
  2. Fixes the shell exit code not getting forwarded.