1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 18:27:21 +03:00

style: better info message on prompt false for pre release binaries

This commit is contained in:
louistiti 2023-04-26 22:34:47 +08:00
parent 781cb072a3
commit 1af3fc2011
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -43,7 +43,7 @@ BUILD_TARGETS.set('tcp-server', {
if (!answer.binary.bumped) {
LogHelper.info(
'Please bump the version number of the binary from the setup file before continuing'
'Please bump the version number of the binary from the version file before continuing'
)
process.exit(0)
}