We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba070b6 commit 4335f9cCopy full SHA for 4335f9c
src/main.ts
@@ -46,7 +46,7 @@ function main(task: Promise<any>): void {
46
47
task.catch(fatal).then(() => {
48
if (latestVersion && semver.gt(latestVersion, pkg.version)) {
49
- 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}`);
50
} else {
51
token.cancel();
52
}
0 commit comments