Closed
Description
- 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
Metadata
Metadata
Assignees
Labels
No labels