Skip to content

Commit c0e4c9a

Browse files
Millylambdalisue
authored andcommitted
undefined instead void 0
1 parent 38e9995 commit c0e4c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/@denops-private/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class Service implements HostService, AsyncDisposable {
146146
}
147147
this.#waiters.clear();
148148
this.#plugins.clear();
149-
this.#host = void 0;
149+
this.#host = undefined;
150150
this.#closedWaiter.resolve();
151151
}
152152
return this.waitClosed();

0 commit comments

Comments
 (0)