mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
More descriptive panic
This commit is contained in:
@@ -66,7 +66,7 @@ func runServer(opts *server.Options) *server.Server {
|
||||
conn.Close()
|
||||
return s
|
||||
}
|
||||
panic("Unable to start NATs")
|
||||
panic("Unable to start NATs Server in Go Routine")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user