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
It was because of the line that checked whether the line included "Fetching + (package name which was in the array of dependencies)"
In the old implementation, it was looking for "Fetching + (result of the check whether the package is included in the array of dependencies)", which would resolve to "Fetching true" or "Fetching false"
Changing the system to check for if "Fetching" and "true" are true at once fixed the problem.
For some reason, this phase of the installation doesn't get triggered anymore. It used to, but now it just stopped.
Possible culprits
The text was updated successfully, but these errors were encountered: