You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"$(colored $RED ERROR): Pulling the node-build repository exited with code %s\n""$pull_exit_code">&2
23
-
printf"Please check if the git repository at %s doesn't have any changes or anything\nthat might not allow a git pull\n""$ASDF_NODEJS_NODEBUILD_HOME">&2
23
+
printf"$(colored $RED ERROR): Pulling the node-build repository exited with code %s\n""$pull_exit_code"
24
+
printf"Please check if the git repository at %s doesn't have any changes or anything\nthat might not allow a git pull\n""$ASDF_NODEJS_NODEBUILD_HOME"
24
25
exit$pull_exit_code
25
26
fi
26
27
28
+
# For some time, asdf-core was cleaning up the node-build directory by accident
29
+
# This is a workaround to restore the files that were deleted
0 commit comments