Potential fix for #998

I haven't tested this change, but it should be as simple as that.
This commit is contained in:
Will Elwood 2019-10-30 19:01:37 +00:00 committed by GitHub
parent 778b2cccc1
commit 37c939480d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func main() {
}
} else {
app.signalWatch()
app.appMain()
app.Start(nil)
}
app.wg.Wait()
dlog.Notice("Stopped.")