This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Quiting ionic serve leaves the node process still in memory #438
Open
Description
I'm on a windows 7 machine runnig ionic serve nightly build.
If i quit ionic serve by pressing "q" or "quit" the node processes are still in memory taking up 1GB of memory.
I have to manually quit them via the task manager.
Funny thing:
although ionic serve got quit, if i make changes to the code the watcher seems to be still there and triggers on the command line.
not killing the processes manually and starting ionic serve again spawns new node process, taking up tons of GB all in all.
Expected behaviour:
Quiting ionic serve should kill all related node processes.