mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #163] [MERGED] bugfix: Fix crash when using '-f' flag #336
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?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/163
Author: @bootandy
Created: 7/28/2021
Status: ✅ Merged
Merged: 7/29/2021
Merged by: @bootandy
Base:
master← Head:bugfix📝 Commits (1)
a71942dbugfix: Fix crash when using '-f' flag📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/display.rs(+1 -1)📄 Description
The old code was subtly different in the way the root node worked. This
changed in the v0.6.0 version when dependencies were removed. The code
to handle file count was never updated
https://github.com/bootandy/dust/issues/162
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.