Try to gracefully terminal child process before using SIGKILL (#4890)

This commit is contained in:
Michael Vines
2019-07-01 14:08:30 -07:00
committed by GitHub
parent 38b44f2496
commit 0999225794
5 changed files with 74 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ mod build_env;
mod command;
mod config;
mod defaults;
mod stop_process;
mod update_manifest;
// Return an error if a url cannot be parsed.