Skip to content

Commit cecefc5

Browse files
committed
🐛 Fix interrupted property of Denops
1 parent 2f20f36 commit cecefc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface Denops {
7777
/**
7878
* AbortSignal instance that is triggered when the user invoke `denops#interrupt()`
7979
*/
80-
readonly interrupted: AbortSignal;
80+
readonly interrupted?: AbortSignal;
8181

8282
/**
8383
* User-defined API name and method map used to dispatch API requests.

0 commit comments

Comments
 (0)