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
Currently this function builds a list of paths in reverse order, but
*unshifts* each result one by one so that they end up in the right
order.
This commit switches the order of generation and *pushes* the result
each time.
The net result is the same, but its less cognitive load working out
what's going on.
0 commit comments