mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
LocalFSStore::getBuildLog(): Handle corrupted logs
This commit is contained in:
parent
ed5c0f69f2
commit
895a74a814
3 changed files with 21 additions and 14 deletions
|
@ -21,4 +21,6 @@ ref<CompressionSink> makeCompressionSink(const std::string & method, Sink & next
|
|||
|
||||
MakeError(UnknownCompressionMethod, Error);
|
||||
|
||||
MakeError(CompressionError, Error);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue