zhangjingcn / xmind-markdown-translator

This tool help you translate xmind file to markdown syntax. In future, it may support markdown syntax to xmind.
Apache License 2.0
68 stars 16 forks source link

replace `fs.mkdir` with `mkdirSync` for node v10+ #4

Open imbant opened 1 year ago

imbant commented 1 year ago

at v10.0.0 The callback parameter in fs.mkdir is no longer optional

imbant commented 1 year ago

It works well on my node v16.15.1 version see https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdir_path_options_callback

nanqic commented 8 months ago

thanks, helped me.