fix: signal handler setter doesn't need to be ran asynchronously
This commit is contained in:
parent
5f13d1d409
commit
d924708a1c
@ -53,7 +53,7 @@ type Flags struct {
|
||||
}
|
||||
|
||||
func main() {
|
||||
go setSystemSignalHandlers()
|
||||
setSystemSignalHandlers()
|
||||
flags, err := parseFlags()
|
||||
if err != nil {
|
||||
errorf("error while parsing arguments: %s\n", err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user