Patch for windows

Made interrupt call os.Kill for windows
Added check for process still running before killing it
This commit is contained in:
NotZippy
2018-10-30 13:28:44 -07:00
parent 5f558aca4e
commit 98e771cd01
4 changed files with 25 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ package cmd
const (
// Version current Revel version
Version = "0.21.0"
Version = "0.21.1"
// BuildDate latest commit/release date
BuildDate = "2018-10-30"