mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
fixes
This commit is contained in:
parent
b466d51952
commit
57c2dd5d85
2 changed files with 3 additions and 3 deletions
|
@ -1278,7 +1278,7 @@ void EvalState::callFunction(Value & fun, Value & arg, Value & v, const Pos & po
|
|||
if (!fun.isLambda()) {
|
||||
auto error = TypeError({
|
||||
// .hint = hintfmt("attempt to call something which is not a function but %1%", showType(fun)),
|
||||
.hint = hintfmt("attempt to call something which is not a function but %1%", fun),
|
||||
.msg = hintfmt("attempt to call something which is not a function but %1%", fun),
|
||||
.errPos = pos
|
||||
});
|
||||
if (debuggerHook)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue