fix(versioning): enable console log for Node.js version check in updateVersion function

This commit is contained in:
Cell
2026-05-12 11:18:11 +08:00
parent e68200a9e0
commit a2d4b465f7
+1 -1
View File
@@ -37,7 +37,7 @@ export function updateVersion(type: 'dev' | 'prod') {
process.exit(0)
}
if (!match.some(item => gitDiff.includes(item))) {
// console.log('Node.js:', process.version)
console.log('Node.js:', process.version)
console.log('No need to update the FixIt version.')
process.exit(0)
}