Add missing break statement.

This commit is contained in:
Fabio Niephaus
2023-06-19 11:11:08 +02:00
parent 04ca584c1b
commit 91fd4d0716
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ async function run(): Promise<void> {
)
graalVMHome = await graalvm.setUpGraalVMJDK(javaVersion)
}
break
default:
throw new Error(`Unsupported distribution: ${distribution}`)
}