Skip to content

Commit 5d2af9c

Browse files
authored
Merge pull request #369 from atsutton/master
Changed log level to info.
2 parents 744a8c6 + fba5037 commit 5d2af9c

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)