fixed parser error when using incorrect call args

This commit is contained in:
Stefan Zermatten
2022-04-21 10:59:19 +02:00
parent cc24690a67
commit dcc95486b3
4 changed files with 20 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ const call = {
// Check that the arguments match what is expected
let checkFailed = call.checkArugments({
node,
fn,
resolvedArgs,
argumentsExpected: func.arguments,