1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00

refactor: instance ID log on postinstall

This commit is contained in:
louistiti 2023-04-29 21:04:29 +08:00
parent 722dba875b
commit 71573b78d1
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -20,9 +20,11 @@ export default async () => {
2
)
)
}
LogHelper.success(`Instance ID created: ${instanceID}`)
LogHelper.success(`Instance ID created: ${instanceID}`)
} else {
LogHelper.success(`Instance ID already exists: ${instanceID}`)
}
} catch (e) {
LogHelper.warning(`Failed to create the instance ID: ${e}`)
}