Skip to content

Commit 9bfb79c

Browse files
fix: use webpack-log
1 parent b5add43 commit 9bfb79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const notifier = updateNotifier({
2424
});
2525

2626
if (notifier.update) {
27-
console.log(`Update available: ${notifier.update.latest}`);
27+
process.cliLogger.info(`Update available: ${notifier.update.latest}`);
2828
}
2929

3030
const semver = require('semver');

0 commit comments

Comments
 (0)