ishaan1013/sandbox

Terminal processes are left hanging

Opened this issue · 0 comments

When the page is closed, refreshed, or changed, any processes in the terminal will keep running.

To reproduce:

  • Open a project
  • Run npm start
  • Close the project
  • Run ps -a | grep npm on the system