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
// If targetPath is a file, targetPath itself is the project, so it's only necessary to determine/verify the type.
58
58
iftargetPath.IsNotDir() {
59
59
logrus.Debug("Projects path is file")
60
-
// The filename provides additional information about the project type. So rather than using isProject(), which doesn't make use this information, use a specialized function that does.
// The filename provides additional information about the project type. So rather than using isProject(), which doesn't make use this information, use a specialized function that does.
0 commit comments