mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix broken symlinks not being removed
`Path::exists()` returns false for broken symlinks: https://doc.rust-lang.org/std/path/struct.Path.html#method.exists
This commit is contained in:
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic
|
||||
Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### yabridgectl
|
||||
|
||||
- Fixed issue with overwriting broken symlinks during `yabridgectl sync`.
|
||||
|
||||
## [1.4.0] - 2020-07-26
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user