Skip to content

Commit 165e47a

Browse files
authored
fix: add a missing npipe for windows (#119)
1 parent 136cff6 commit 165e47a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pkg/client/mock/npipe_windows.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
package mock
99

10-
import "net"
10+
import (
11+
"net"
12+
13+
"github.com/elastic/elastic-agent-libs/api/npipe"
14+
)
1115

1216
func newNPipeListener(name, sd string) (net.Listener, error) {
1317
return npipe.NewListener(name, sd)

0 commit comments

Comments
 (0)