Add missing break statement (fixes #54).
This commit is contained in:
1
dist/main/index.js
generated
vendored
1
dist/main/index.js
generated
vendored
@@ -71349,6 +71349,7 @@ function run() {
|
||||
else {
|
||||
throw new Error(`Mandrel requires the 'version' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`);
|
||||
}
|
||||
break;
|
||||
case '':
|
||||
if (javaVersion === c.VERSION_DEV) {
|
||||
core.info(`This build is using GraalVM Community Edition. To select a specific distribution, use the 'distribution' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`);
|
||||
|
||||
Reference in New Issue
Block a user