prestashop-maker
prestashop-maker copied to clipboard
Buggy terminal after interrupting make command
Describe the bug Interrupting multiple-steps make commands leads to a broken terminal: input becomes invisible.
To Reproduce Steps to reproduce the behavior:
- Launch
php bin/console make-to /path/to/project make:entity
. - Interrupt the process at the first step with CTRL + C.
- See that you can't see anymore what you're typing in the terminal.
Expected behavior We should be able to cancel the process without any bug.
Additional context Related to https://github.com/symfony/symfony/issues/44045.
Fixed for Unix in https://github.com/Kaudaj/prestashop-maker/commit/549a20326c9b17f10edbc53b3d23e36d5e92cc4f.
Only reproducible in Windows now. Can't find a way to fix it for the moment.