diff --git a/src/main.ts b/src/main.ts index 4c35dcec..905849c8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -46,7 +46,7 @@ function main(task: Promise): void { task.catch(fatal).then(() => { if (latestVersion && semver.gt(latestVersion, pkg.version)) { - log.info(`The latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`); + log.warn(`The latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`); } else { token.cancel(); }