Skip to content

Commit 22aa0ab

Browse files
committed
fix: this should be a fatal not error oops
1 parent 88ec23e commit 22aa0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/updater/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ UpdaterInstall() {
1212
# Check if nodejs version is sufficient
1313
nodeMajor=$(node -v | awk -F. '{print $1}' | sed 's/[^0-9]*//g')
1414
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."
15+
PRINT FATAL "Grace period for Node.js <22 is over. Please upgrade it to a new version then rerun the upgrade command."
1616
fi
1717
}

0 commit comments

Comments
 (0)