We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec23e commit 22aa0abCopy full SHA for 22aa0ab
1 file changed
scripts/updater/update.sh
@@ -12,6 +12,6 @@ UpdaterInstall() {
12
# Check if nodejs version is sufficient
13
nodeMajor=$(node -v | awk -F. '{print $1}' | sed 's/[^0-9]*//g')
14
if [[ $nodeMajor -lt 22 ]]; then
15
- PRINT ERROR "Grace period for Node.js <22 is over. Please upgrade it to a new version then rerun the upgrade command."
+ PRINT FATAL "Grace period for Node.js <22 is over. Please upgrade it to a new version then rerun the upgrade command."
16
fi
17
}
0 commit comments