Skip to content

Commit

Permalink
undefined instead void 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly authored and lambdalisue committed Jun 18, 2024
1 parent 3087a63 commit b0a32f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@denops-private/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class Service implements HostService, AsyncDisposable {
}
this.#waiters.clear();
this.#plugins.clear();
this.#host = void 0;
this.#host = undefined;
this.#closedWaiter.resolve();
}
return this.waitClosed();
Expand Down

0 comments on commit b0a32f1

Please sign in to comment.