laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
533 stars 94 forks source link

Fix synchronous rendering of spinner #66

Closed jessarcher closed 1 year ago

jessarcher commented 1 year ago

This PR fixes a bug with the spinner when pcntl_fork doesn't exist.

According to #65, it would run the callback twice. In my testing, it threw a fatal error after running the callback once.

Fixes #65