Skip to content

Commit 1b4328e

Browse files
authored
Merge pull request #315 from Jannik2099/issue_314
fix ESM->CJS which import issue
2 parents de18b39 + 3ed02c5 commit 1b4328e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lsp/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Admzip from "adm-zip";
2-
import * as which from "which";
2+
import which from "which";
33
import * as https from "https";
44
import * as crypto from "crypto";
55
import * as fs from "fs";

0 commit comments

Comments
 (0)