Skip to content

Commit fba5037

Browse files
committed
Changed log level to info.
1 parent 744a8c6 commit fba5037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function main(task: Promise<any>): void {
4646
.catch(fatal)
4747
.then(() => {
4848
if (latestVersion && semver.gt(latestVersion, pkg.version)) {
49-
log.warn(`\nThe latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`);
49+
log.info(`\nThe latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`);
5050
} else {
5151
token.cancel();
5252
}

0 commit comments

Comments
 (0)