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
Fixes#1063
Project paths with trailing slashes (e.g. '/home/user/project/')
caused mangled workspace names because basename('/path/') returns
an empty string.
The fix strips trailing slashes in validateProjectPath(), which is
the central validation point for all project paths.
0 commit comments