1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 11:43:15 +02:00

Remove duplicate "error:"

This commit is contained in:
Eelco Dolstra 2022-04-08 11:48:30 +02:00
parent 8bd9ebf52c
commit c68963eaea
2 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,8 @@ struct BuildResult
ResolvesToAlreadyValid,
NoSubstituters,
} status = MiscFailure;
// FIXME: include entire ErrorInfo object.
std::string errorMsg;
std::string toString() const {