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
{{ message }}
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
Use DIRECTORY_SEPARATOR instead of hardcoded chars (#83)
* Use DIRECTORY_SEPARATOR instead of hardcoded chars
Replaced the '/' and '\\' to DIRECTORY_SEPARATOR.
* Remove the first character of $filePath conditionally
Conditionally remove the leading '/' in $filePath instead of replacing DIRECTORY_SEPARATOR.
0 commit comments