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

index.html file not generated in recursive version #26

Open
a-parris21 opened this issue Oct 27, 2022 · 0 comments
Open

index.html file not generated in recursive version #26

a-parris21 opened this issue Oct 27, 2022 · 0 comments

Comments

@a-parris21
Copy link
Owner

index.html file is not being generated

The array which tracks the filenames of the generated HTML files contains the correct data in the last recursive parseFIle call - but when the caller function (generateWebsite which calls parseFile initially) proceeds to the next line of execution, the array that tracks the filenames is still empty — so generateIndex has no filenames to work with; thus the index.html file is not generated.

@a-parris21 a-parris21 changed the title index.html file not generated index.html file not generated in recursive version Oct 27, 2022
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

1 participant