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
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