-
Notifications
You must be signed in to change notification settings - Fork 41
path.resolve will add prefix / in windows #18
Open
Description
In windows 10 edge browser, all resolve result will prefix /
e.g 1
path.resolve('', 'C:/<path>')
will get
/C:/<path>
it suppose to get
C:/<path>
e.g 2
path.resolve('C:/<path>', 'a/b/c')
will get
/C:/<path>/a/b/c
it suppose to get
C:/<path>/a/b/c
Activity
Metadata
Metadata
Assignees
Labels
No labels