Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Run() instead of Start() to execute notification helpers
Using Start() but not waiting for the command to complete will leave dangling defunct processes that can't be cleaned up until its parent dies. Run() will wait for the command to finish, but cleans up after itself.
- Loading branch information