Update cli/src/utils/update.ts

This commit is contained in:
2024-06-15 13:42:17 +00:00
parent 37fdfa6d90
commit 93b0cb1979
+1
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()),
)