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

Support empty directories in file tree #21

Closed
knicholson32 opened this issue Feb 28, 2018 · 0 comments
Closed

Support empty directories in file tree #21

knicholson32 opened this issue Feb 28, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@knicholson32
Copy link
Collaborator

At the moment, if there is a directory used that is empty (IE it is not declared with a file), we get a recursive stack overflow.

files.push({path:"dirtest", type:"dir", size:1024});
@knicholson32 knicholson32 added the bug Something isn't working label Feb 28, 2018
@knicholson32 knicholson32 self-assigned this Feb 28, 2018
knicholson32 added a commit that referenced this issue Mar 8, 2018
… and fixed a few bugs, including Issue #23, Issue #22 and Issue #21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant