Skip to content

Commit

Permalink
Merge pull request #76 from efritz/patch-1
Browse files Browse the repository at this point in the history
Fix method name in client cancellation send
  • Loading branch information
jspahrsummers authored Dec 2, 2024
2 parents 5bfa616 + 3d15050 commit becd787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export abstract class Protocol<
this._transport
?.send({
jsonrpc: "2.0",
method: "cancelled",
method: "notifications/cancelled",
params: {
requestId: messageId,
reason: String(reason),
Expand Down

0 comments on commit becd787

Please sign in to comment.