Skip to content

Commit

Permalink
🐛 Fix interrupted property of Denops
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jul 8, 2024
1 parent 2f20f36 commit cecefc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export interface Denops {
/**
* AbortSignal instance that is triggered when the user invoke `denops#interrupt()`
*/
readonly interrupted: AbortSignal;
readonly interrupted?: AbortSignal;

/**
* User-defined API name and method map used to dispatch API requests.
Expand Down

0 comments on commit cecefc5

Please sign in to comment.