Skip to content

Commit 6237b89

Browse files
committed
print current package version for complete info
1 parent 1038c80 commit 6237b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-next-dev-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!process.env.NEXT_DEV_VERSION) {
77
const currentVersion = require('../package.json').version
88

99
if (currentVersion === process.env.NEXT_DEV_VERSION) {
10-
console.warn('⚠️ NEXT_DEV_VERSION is set to the same value as current package.json version')
10+
console.warn('⚠️ NEXT_DEV_VERSION is set to the same value as current package.json version "%s"', currentVersion)
1111
process.exit(0)
1212
}
1313

0 commit comments

Comments
 (0)