We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faf206 commit 51c6fc5Copy full SHA for 51c6fc5
session/session.go
@@ -22,7 +22,7 @@ type Session struct {
22
TargetID uint
23
CookieStore bool
24
OffTheRecord bool
25
- Path bool
+ Path string
26
Ready bool
27
CommandHistory []*Command
28
ResponseHistory []*CommandResponse
0 commit comments