fix: no conf return value

This commit is contained in:
张泊明518370910136 2024-03-23 18:21:41 -04:00
parent 2586aeace1
commit 3068d77ba5
GPG Key ID: D47306D7062CDA9D

View File

@ -80,7 +80,7 @@ func main() {
conf = parseConfFile("conf.toml")
} else {
slog.Error("no conf found", "error", err)
os.Exit(0)
os.Exit(1)
}
}
setupSlog(conf)