panic on error
parent
33414d7c5e
commit
40e7d08cc8
|
@ -100,7 +100,9 @@ func main() {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
startProfiler(server)
|
if err := startProfiler(server); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
|
||||||
if *resetRootPassword {
|
if *resetRootPassword {
|
||||||
// TODO: make this not suck
|
// TODO: make this not suck
|
||||||
|
|
Loading…
Reference in New Issue