mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #44] Fix extra line that can occur on small outputs. #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bootandy on GitHub (Dec 14, 2019).
Original GitHub issue: https://github.com/bootandy/dust/issues/44
Sometimes the output can look like this:
Instead of:
This seems to be down to a call to: e.path().ancestors() in utils/mod.rs which can return '/' as an ancestor.
Investigating.
@bootandy commented on GitHub (Dec 14, 2019):
Probably down to this:
https://github.com/jessegrosjean/jwalk/issues/13