diff --git a/main.go b/main.go index e59f8852..f75c71e3 100644 --- a/main.go +++ b/main.go @@ -78,5 +78,6 @@ func main() { } } + // Windows requires this otherwise the app never exits ... os.Exit(0) }