Version
16.14.1
Platform
Linux
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Same as fs.mkdirSync without options:
>fs.mkdirSync('./a')Uncaught Error: ENOSPC: nospaceleftondevice,mkdir'./a'atObject.mkdirSync(node:fs:1336:3){errno: -28,syscall: 'mkdir',code: 'ENOSPC',path: './a'}What do you see instead?
>fs.mkdirSync('./a',{recursive: true})Uncaught Error: ENOENT: nosuchfileordirectory,mkdir'./a'atObject.mkdirSync(node:fs:1336:3){errno: -2,syscall: 'mkdir',code: 'ENOENT',Additional information
No response
Version
16.14.1
Platform
Linux
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Same as
fs.mkdirSyncwithout options:What do you see instead?
Additional information
No response