Update cli/src/utils/update.ts

This commit is contained in:
Oleksandr Honcharov 2024-06-15 13:42:17 +00:00
parent 37fdfa6d90
commit 93b0cb1979

View File

@ -20,6 +20,7 @@ export async function checkForUpdate(): Promise<void> {
if (latestVersion !== `v${version}`)
notifyUserAboutUpdate(latestVersion)
else console.log(c.yellow(`Version: ${version}`))
})
.then(() => res()),
)