mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
fix(client): name the refresh lock in its wait error
LockError::Task is only constructed while waiting for the refresh sidecar lock, so "auth store lock" pointed at the wrong file. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
58c8df593a
commit
5f72bfe3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ pub enum LockError {
|
|||
source: std::io::Error,
|
||||
},
|
||||
#[cfg(unix)]
|
||||
#[error("failed to wait for auth store lock at {path}: {source}")]
|
||||
#[error("failed to wait for auth store refresh lock at {path}: {source}")]
|
||||
Task { path: PathBuf, source: JoinError },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue