mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #361] [MERGED] feat: better error messages #440
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/361
Author: @bootandy
Created: 1/7/2024
Status: ✅ Merged
Merged: 1/10/2024
Merged by: @bootandy
Base:
master← Head:diff_errors2📝 Commits (1)
81dde70feat: better error messages📊 Changes
4 files changed (+114 additions, -53 deletions)
View changed files
📝
src/dir_walker.rs(+77 -46)📝
src/main.rs(+27 -4)📝
src/progress.rs(+9 -2)📝
tests/test_flags.rs(+1 -1)📄 Description
Provide "No such file or directory" error if file is not found. Provide "Unknown Error" if other error found
Should reduce confusion from the generic other error
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.