Skip to content

Commit

Permalink
Merge pull request #5 from gingershaped/master
Browse files Browse the repository at this point in the history
Fix the fixed fix
  • Loading branch information
Seggan authored Oct 4, 2024
2 parents 02993e4 + 2f5766e commit 4f12b87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ class State(val parentState: State? = null) {
if (callable is CallableValue) {
callValue(callable, nargs, selfProvided, span)
} else {
stack.add(stack.size - nargs, callable)
metaCall(nargs, "__call__")
}
}
Expand Down

0 comments on commit 4f12b87

Please sign in to comment.