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

fix bug for mirroring single files #2

Merged
merged 1 commit into from Mar 30, 2017

Conversation

Projects
None yet
2 participants
@joehand
Collaborator

joehand commented Mar 28, 2017

Currently single files mirror is not working because a / gets appended to the name in update(), causing fs.stat to fail when kick() happens.

Fixes it by checking if name is src before appending path.sep.

@mafintosh mafintosh merged commit 09b5614 into mafintosh:master Mar 30, 2017

@joehand joehand deleted the joehand:single-file branch Mar 30, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment