prestashop-maker icon indicating copy to clipboard operation
prestashop-maker copied to clipboard

Buggy terminal after interrupting make command

Open tom-combet opened this issue 3 years ago • 1 comments

Describe the bug Interrupting multiple-steps make commands leads to a broken terminal: input becomes invisible.

To Reproduce Steps to reproduce the behavior:

  1. Launch php bin/console make-to /path/to/project make:entity.
  2. Interrupt the process at the first step with CTRL + C.
  3. 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.

tom-combet avatar Nov 14 '21 16:11 tom-combet

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.

tom-combet avatar Mar 18 '22 15:03 tom-combet