Skip to content

Commit

Permalink
Set context.done when quit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 9, 2023
1 parent ff9e42c commit 1f4c08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions denops/ddu/ddu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ export class Ddu {
// NOTE: quitted flag must be called after uiQuit().
this.quitted = true;
this.abortController.abort("quit");
this.context.done = true;
}

private resetQuitted() {
Expand Down

0 comments on commit 1f4c08c

Please sign in to comment.