aotuai / brainframe-cli

🧠🖼️👩🏽‍💻 A CLI that makes installing and managing a BrainFrame server easy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On SIGINT, the parent process exits before children

velovix opened this issue · comments

If, for example, a Docker Compose command is running and the user sends a SIGINT. The parent process will appear to immediately exit while the Docker Compose command is still cleaning up. This doesn't seem correct and leads to weird looking shell behavior.