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
fix(shadow/npm): wrap path.join calls with normalizePath
Wraps all path.join() calls in getArboristClassPath(), getArboristEdgeClassPath(),
getArboristNodeClassPath(), and getArboristOverrideSetClassPath() with normalizePath()
to ensure cross-platform compatibility. Fixes Windows test failures where backslashes
were returned instead of forward slashes.
0 commit comments