Remove unessesary log
This commit is contained in:
parent
2f8d89012b
commit
c8d2866ada
@ -89,8 +89,6 @@ export async function promptKeycloakVersion(params: { startingFromMajor: number
|
|||||||
const { value } = await cliSelect<string>({
|
const { value } = await cliSelect<string>({
|
||||||
"values": lastMajorVersions
|
"values": lastMajorVersions
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
console.log("Aborting");
|
|
||||||
|
|
||||||
process.exit(-1);
|
process.exit(-1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user