Skip to content

Navigation Menu

Sign in
Sign up

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

      AltStyle によって変換されたページ (->オリジナル) /