mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
Apply suggestions from code review
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
65f78f70d2
commit
140b34b7ed
3 changed files with 3 additions and 3 deletions
|
@ -726,7 +726,7 @@ struct GitSourceAccessor : SourceAccessor
|
|||
try {
|
||||
_lfsFetch.fetch(blob.get(), pathStr, sink, sizeCallback);
|
||||
} catch (Error &e) {
|
||||
e.addTrace({}, "while smudging git-lfs file '%s' (callback interface)", pathStr);
|
||||
e.addTrace({}, "while reading git-lfs file '%s'", pathStr);
|
||||
throw;
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue