We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abae0b commit af95aabCopy full SHA for af95aab
client/internal/debug/wgshow.go
@@ -14,6 +14,9 @@ type WGIface interface {
14
}
15
16
func (g *BundleGenerator) addWgShow() error {
17
+ if g.statusRecorder == nil {
18
+ return fmt.Errorf("no status recorder available for wg show")
19
+ }
20
result, err := g.statusRecorder.PeersStatus()
21
if err != nil {
22
return err
0 commit comments