mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
todo removal
This commit is contained in:
parent
e76ad2e48a
commit
e3901638b5
4 changed files with 0 additions and 5 deletions
|
@ -247,7 +247,6 @@ static void daemonLoop(char * * argv)
|
|||
} catch (Interrupted & e) {
|
||||
return;
|
||||
} catch (Error & error) {
|
||||
// TODO append error message
|
||||
ErrorInfo ei = error.info();
|
||||
string prevhint = (error.info().hint.has_value() ? error.info().hint->str() : "");
|
||||
ei.hint = std::optional(hintfmt("error processing connection: %1%", prevhint));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue