Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs.copyTree does not copy a large amount of files #154

Open
eGavr opened this issue Dec 29, 2015 · 1 comment
Open

fs.copyTree does not copy a large amount of files #154

eGavr opened this issue Dec 29, 2015 · 1 comment

Comments

@eGavr
Copy link

eGavr commented Dec 29, 2015

Hi!

I have dir 1 which contains more than 500 files (png, svg), I'm trying to copy them into dir 2 using method copyTree:

var qfs = require('q-io/fs`);

qfs.copyTree('./1', './2').done();

I've discovered that the above shown script copies only a part of files from dir 1 and finishes silently :(

@kriskowal
Copy link
Owner

A PR with a fix and a test would be quite welcome. My apologies for lacking the time to investigate this personally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants