mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
parent
7f9a0033c7
commit
bd79c1f6f6
5 changed files with 7 additions and 7 deletions
|
@ -879,8 +879,8 @@ void LocalStore::querySubstitutablePathInfos(const PathSet & paths,
|
|||
info->references,
|
||||
narInfo ? narInfo->fileSize : 0,
|
||||
info->narSize};
|
||||
} catch (InvalidPath) {
|
||||
} catch (SubstituterDisabled) {
|
||||
} catch (InvalidPath &) {
|
||||
} catch (SubstituterDisabled &) {
|
||||
} catch (Error & e) {
|
||||
if (settings.tryFallback)
|
||||
printError(e.what());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue