online-editor: Fix lint warnings

This commit is contained in:
Tobias Hunger 2022-10-20 11:38:16 +02:00 committed by Tobias Hunger
parent f3648313cc
commit 366d2fb186

View file

@ -498,8 +498,8 @@ class EditorPaneWidget extends Widget {
this.#client.start();
reader.onClose(() => {
this.#client.stop();
this.#client = null;
this.#client?.stop();
this.#client = undefined;
});
resolve_lsp_worker_promise();