mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Fix another 'coroutine has finished' during decompression
https://hydra.nixos.org/build/79867739
This commit is contained in:
parent
cc7b4386b1
commit
17a92dfb7d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void BinaryCacheStore::narFromPath(const Path & storePath, Sink & sink)
|
||||||
throw SubstituteGone(e.what());
|
throw SubstituteGone(e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
decompressor->flush();
|
decompressor->finish();
|
||||||
|
|
||||||
stats.narRead++;
|
stats.narRead++;
|
||||||
//stats.narReadCompressedBytes += nar->size(); // FIXME
|
//stats.narReadCompressedBytes += nar->size(); // FIXME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue