Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shutdown): fixed bugs in stopDaemon
- bug1: local var for the closure (this.subprocess set to null) - bug2: order problem: should set .on('close') handler before .kill()
- Loading branch information