fable-node icon indicating copy to clipboard operation
fable-node copied to clipboard

Missing option for Node fs mkdirSync that takes option with recursive and mode as object. other options too not present

Open afaayerhan opened this issue 5 years ago • 0 comments

their is no bindings for options argument passed to fs.mkdirSync with

 fs.mkdirSync ("temp/db", { recursive: true, mode: "mymode" })

https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback

afaayerhan avatar Mar 17 '20 08:03 afaayerhan