when closing a console session or something, the process actually stops, like it did before and like how foundry and ganache and all the others still work
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows Conventional Commit standard (will be automatically included in the changelog)
What I did
Fixes: APE-953 fixes: #143
How I did it
following advice from https://github.com/NomicFoundation/hardhat/issues/4036
basically use actual binary
How to verify it
when closing a console session or something, the process actually stops, like it did before and like how foundry and ganache and all the others still work
Checklist