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
getAbsPath and getRelPath are designed to be implemented by the service itself. Maybe the problem is introduced by borrowing code from other services directly? It's OK to refactor getAbsPath and getRelPath.
getAbsPath and getRelPath are designed to be implemented by the service itself. Maybe the problem is introduced by borrowing code from other services directly? It's OK to refactor getAbsPath and getRelPath.
I found there is something wrong with our current
getAbsPath
implementation:workDir
andpath
without/
?workDir
and absolute path again, which means it can be easily misused.Is there anything wrong with
getRelPath
too?The text was updated successfully, but these errors were encountered: