forked from lix-project/lix
Merge pull request #5398 from kamadorueda/master
fetch: nicer infinite recursion errors
This commit is contained in:
commit
623514bf9e
|
@ -189,7 +189,7 @@ static void fetch(EvalState & state, const Pos & pos, Value * * args, Value & v,
|
|||
std::optional<std::string> url;
|
||||
std::optional<Hash> expectedHash;
|
||||
|
||||
state.forceValue(*args[0]);
|
||||
state.forceValue(*args[0], pos);
|
||||
|
||||
if (args[0]->type() == nAttrs) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue