Skip to content

Commit e60f7e7

Browse files
committed
Windows sucks
1 parent 212245e commit e60f7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language-server/src/test/test-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ export class TestClient<Configuration> {
312312
private buildCompleted() {
313313
return new Promise<void>((resolve) => {
314314
this.client.onRequest(WorkDoneProgressCreateRequest.type, ({ token }) => {
315+
console.log(token); // eslint-disable-line no-console
315316
this.client.onProgress(WorkDoneProgress.type, token, ({ kind }) => {
316317
if (kind === "end") {
317318
resolve();

0 commit comments

Comments
 (0)