Potential fix for #998
I haven't tested this change, but it should be as simple as that.
This commit is contained in:
parent
778b2cccc1
commit
37c939480d
|
@ -86,7 +86,7 @@ func main() {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
app.signalWatch()
|
app.signalWatch()
|
||||||
app.appMain()
|
app.Start(nil)
|
||||||
}
|
}
|
||||||
app.wg.Wait()
|
app.wg.Wait()
|
||||||
dlog.Notice("Stopped.")
|
dlog.Notice("Stopped.")
|
||||||
|
|
Loading…
Reference in New Issue