Skip to content

fs.mkdirSync on windows make something wrong #35987

Description

@ruhuansanmei
  • Version:
  • Platform: windows 10
  • Subsystem:

What steps will reproduce the bug?

     let path = "./abc::abc"
    fs.mkdirSync(path, {
      recursive: true
    })
   the code above made system busy but no err can be caught,I think it is because of that windows doesn't allow use some symbol as directroy name!But I think there should be errors thrown.

How often does it reproduce? Is there a required condition?

What is the expected behavior?

What do you see instead?

Additional information

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions