Fix failure when "Test"ing a Java installation (#3935)

* Fix failure when "Test"ing a Java installation

* Fix lint
This commit is contained in:
Josiah Glosson
2025-07-07 14:11:36 -05:00
committed by GitHub
parent c47bcf665d
commit 088cb54317
3 changed files with 12 additions and 5 deletions

View File

@@ -108,7 +108,6 @@ async function testJava() {
testingJava.value = true
testingJavaSuccess.value = await test_jre(
props.modelValue ? props.modelValue.path : '',
1,
props.version,
)
testingJava.value = false