Skip to content

Commit 2e82a48

Browse files
committed
Clean up rogue semicolon
1 parent 5c0bbf7 commit 2e82a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export async function setupJavaHome() {
417417
} else {
418418
console.log("JRuby failed to start, try Java 21 envs")
419419

420-
let arch = os.arch();
420+
let arch = os.arch()
421421
if (arch === "x64" || os.platform() !== "darwin") {
422422
arch = "X64"
423423
}

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)