Bump liberty
This commit is contained in:
parent
b1ee295345
commit
a011b57ce2
2
liberty
2
liberty
|
@ -1 +1 @@
|
|||
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f
|
||||
Subproject commit aacf1b1d47824de2c924874e3d6cdad1d8b5ba2b
|
3
xP/xP.go
3
xP/xP.go
|
@ -145,8 +145,7 @@ func clientWriteError(ctx context.Context, ws *websocket.Conn, err error) bool {
|
|||
b, ok := (&RelayEventMessage{
|
||||
EventSeq: 0,
|
||||
Data: RelayEventData{
|
||||
Interface: RelayEventDataError{
|
||||
Event: RelayEventError,
|
||||
Variant: &RelayEventDataError{
|
||||
CommandSeq: 0,
|
||||
Error: err.Error(),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue