CodeFlower icon indicating copy to clipboard operation
CodeFlower copied to clipboard

codeflower stops showing branches with no leaves

Open jonathanlocke opened this issue 8 years ago • 2 comments

in my codebase at:

https://github.com/jonathanlocke/superkit

when i manually fix the "language" bug i just reported, it does in fact generate the right JSON but you can't view the src tree fully using that JSON. I suspect this because there is a level at which there are no leaves in the tree and recursion stops there when it shouldn't.

https://github.com/jonathanlocke/superkit/tree/master/src/superkit

jonathanlocke avatar Jan 03 '16 03:01 jonathanlocke

Hmm... it's not that... I added a dummy file and it still won't go down the source tree under src/superkit...

jonathanlocke avatar Jan 03 '16 03:01 jonathanlocke

there were just two places where this happens. we fixed it in our fork. if you want to fix this, just pick a variable name like "_language"

jonathanl-telenav avatar Jan 12 '16 04:01 jonathanl-telenav