We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1038c80 commit 6237b89Copy full SHA for 6237b89
scripts/check-next-dev-version.js
@@ -7,7 +7,7 @@ if (!process.env.NEXT_DEV_VERSION) {
7
const currentVersion = require('../package.json').version
8
9
if (currentVersion === process.env.NEXT_DEV_VERSION) {
10
- console.warn('⚠️ NEXT_DEV_VERSION is set to the same value as current package.json version')
+ console.warn('⚠️ NEXT_DEV_VERSION is set to the same value as current package.json version "%s"', currentVersion)
11
process.exit(0)
12
}
13
0 commit comments