mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Cleanup
This commit is contained in:
parent
39311e7009
commit
f63839bfa4
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ void RemoteStore::addToStore(const ValidPathInfo & info, Source & source,
|
||||||
std::thread stderrThread([&]()
|
std::thread stderrThread([&]()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
conn.processStderr(0, nullptr);
|
conn.processStderr();
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
ex = std::current_exception();
|
ex = std::current_exception();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue