Closed jessarcher closed 1 year ago
This PR fixes a bug with the spinner when pcntl_fork doesn't exist.
pcntl_fork
According to #65, it would run the callback twice. In my testing, it threw a fatal error after running the callback once.
Fixes #65
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