Skip to content

Commit

Permalink
Fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
polinasok committed May 18, 2022
1 parent 4faf342 commit 427a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/dap/daptest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (c *Client) DisconnectRequestWithKillOption(kill bool) {
c.send(request)
}

// DisconnectRequestWithKillOption sends a 'disconnect' request with an option to specify
// DisconnectRequestWithOptions sends a 'disconnect' request with an option to specify
// `terminateDebuggee` and `suspendDebuggee`
func (c *Client) DisconnectRequestWithOptions(terminate bool, suspend bool) {
request := &dap.DisconnectRequest{Request: *c.newRequest("disconnect")}
Expand Down

0 comments on commit 427a017

Please sign in to comment.