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 Dec 17, 2024. It is now read-only.
Currently, paths are all built manually, not using path. Need to replace all '/' with path.sep to get the correct OS path joining (or just use path.join).
There may be more windows bugs though I haven't fully tested.
The text was updated successfully, but these errors were encountered:
Currently, paths are all built manually, not using path. Need to replace all
'/'
withpath.sep
to get the correct OS path joining (or just usepath.join
).There may be more windows bugs though I haven't fully tested.
The text was updated successfully, but these errors were encountered: