This commit is contained in:
Eelco Dolstra 2020-07-14 11:55:54 +02:00
parent 43b8e96d30
commit 926c3a6664

View file

@ -413,7 +413,7 @@ void Store::queryPathInfo(const StorePath & storePath,
auto storePath = parseStorePath(storePathS);
if (!info || !goodStorePath(storePath, info->path)); {
if (!info || !goodStorePath(storePath, info->path)) {
stats.narInfoMissing++;
throw InvalidPath("path '%s' is not valid", storePathS);
}