1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00
This commit is contained in:
Eelco Dolstra 2016-11-08 20:19:02 +01:00
parent b3ba762dbf
commit a83b10f84c

View file

@ -3791,7 +3791,7 @@ void LocalStore::buildPaths(const PathSet & drvPaths, BuildMode buildMode)
} }
if (!failed.empty()) if (!failed.empty())
throw Error(worker.exitStatus(), "build of %s failed",showPaths(failed)); throw Error(worker.exitStatus(), "build of %s failed", showPaths(failed));
} }