mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 20:32:51 -05:00
bug fixes
This commit is contained in:
@@ -188,7 +188,7 @@ function triggerWorkflow(versionType, releaseNotes, isDryRun) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Main function
|
// Main function
|
||||||
function main() {
|
async function main() {
|
||||||
console.log('=== CreamLinux Release Script ===\n')
|
console.log('=== CreamLinux Release Script ===\n')
|
||||||
|
|
||||||
const { versionType, releaseNotes, options } = parseArguments()
|
const { versionType, releaseNotes, options } = parseArguments()
|
||||||
@@ -249,4 +249,7 @@ function main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main()
|
main().catch((err) => {
|
||||||
|
console.error(err)
|
||||||
|
process.exit(1)
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user