mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
Remove duplicate "error:"
This commit is contained in:
parent
8bd9ebf52c
commit
c68963eaea
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,8 @@ struct BuildResult
|
|||
ResolvesToAlreadyValid,
|
||||
NoSubstituters,
|
||||
} status = MiscFailure;
|
||||
|
||||
// FIXME: include entire ErrorInfo object.
|
||||
std::string errorMsg;
|
||||
|
||||
std::string toString() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue