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
Workspace: use ProcessEnv.path rather ProcessEnv.vars["PATH"]
The path environment variable spelt `Path` on Windows and `PATH` on
Unicies (since most of Windows is case insensitive). This is already
properly handled in swit-tools-support-core. Use the helper accessor
rather than duplicate that knowledge here.
0 commit comments