diff --git a/lix/libstore/local-store.cc b/lix/libstore/local-store.cc index 77594cf05..4617649a2 100644 --- a/lix/libstore/local-store.cc +++ b/lix/libstore/local-store.cc @@ -1671,7 +1671,7 @@ try { StorePathSet referrers; queryReferrers(path, referrers); for (auto & i : referrers) if (i != path) { - verifyPath(i, storePathsInStoreDir, done, validPaths, repair, errors); + TRY_AWAIT(verifyPath(i, storePathsInStoreDir, done, validPaths, repair, errors)); if (validPaths.count(i)) canInvalidate = false; }