Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #132 [Prism] Reset server on kernel.terminate (ogizanagi)
This PR was merged into the 0.x-dev branch. Discussion ---------- [Prism] Reset server on kernel.terminate Fixes: ```bash In Process.php line 1292: [Exception] Cannot rewind a generator that was already run Exception trace: at app/vendor/symfony/process/Process.php:1292 IteratorIterator->rewind() at app/vendor/symfony/process/Process.php:1292 Symfony\Component\Process\Process->getDescriptors() at app/vendor/symfony/process/Process.php:307 Symfony\Component\Process\Process->start() at app/vendor/stenope/stenope/src/Highlighter/Prism.php:44 ``` Commits ------- ac56488 [Prism] Reset server on kernel.terminate
- Loading branch information