forked from lix-project/lix
Use complete '__toString' attribute name
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
ee4b849b17
commit
a0642305ab
|
@ -2128,7 +2128,7 @@ std::optional<std::string> EvalState::tryAttrsToString(const PosIdx pos, Value &
|
||||||
Value v1;
|
Value v1;
|
||||||
callFunction(*i->value, v, v1, pos);
|
callFunction(*i->value, v, v1, pos);
|
||||||
return coerceToString(pos, v1, context,
|
return coerceToString(pos, v1, context,
|
||||||
"while evaluating the result of the `toString` attribute",
|
"while evaluating the result of the `__toString` attribute",
|
||||||
coerceMore, copyToStore).toOwned();
|
coerceMore, copyToStore).toOwned();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue