Skip to content

Commit 629eefc

Browse files
committed
rm extra txt in requirements.ts
1 parent 279b4fd commit 629eefc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/util/requirements.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ function checkJavaRuntime(property: string): Promise<string> {
9494
}
9595
// No settings, let's try to detect as last resort.
9696
findJavaHome({ allowJre: true }, (err: any, home: any) => {
97-
require
9897
if (err) {
9998
openJDKDownload(reject, localize("check.java.runtime.failed.locate"));
10099
}

0 commit comments

Comments
 (0)