1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
This commit is contained in:
Eelco Dolstra 2020-07-29 18:04:35 +02:00
parent 39311e7009
commit f63839bfa4

View file

@ -545,7 +545,7 @@ void RemoteStore::addToStore(const ValidPathInfo & info, Source & source,
std::thread stderrThread([&]()
{
try {
conn.processStderr(0, nullptr);
conn.processStderr();
} catch (...) {
ex = std::current_exception();
}