forked from qt-creator/qt-creator
CmdBridge: Fix removeall result type
Change-Id: Idd428d2eb1f3a41a72b4cd90b4669b381c729d3b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -197,7 +197,7 @@ func processRemoveAll(cmd command, out chan<- []byte) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
result, _ := cbor.Marshal(voidresult{
|
result, _ := cbor.Marshal(voidresult{
|
||||||
Type: "removeresult",
|
Type: "removeallresult",
|
||||||
Id: cmd.Id,
|
Id: cmd.Id,
|
||||||
})
|
})
|
||||||
out <- result
|
out <- result
|
||||||
|
Reference in New Issue
Block a user