Skip to content

fs.mkdirSync(dir) needs recursive option set #2

Description

@j-w-jones

Hi,

First of all - nice extension - I have tried a few and yours is by far the most reliable and the quickest.

I have found one issue when it tries to sync a folder whose parent folder also doesn't exist. I think this could be fixed by adding the recursive option to your call to:

fs.mkdirSync(dir)

This will ensure that /A/B/C is created even if /A or /A/B don't exist.

Thanks,

Jason

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions