mirror of
https://github.com/eugeny/tabby
synced 2025-12-14 11:46:06 +00:00
Print error before exit
This commit is contained in:
@@ -22,4 +22,7 @@ builder({
|
||||
},
|
||||
},
|
||||
publish: isTag ? 'always' : 'onTagOrDraft',
|
||||
}).catch(() => process.exit(1))
|
||||
}).catch(e => {
|
||||
console.error(e)
|
||||
process.exit(1)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user