fix bug with evaluator when calling varadic functions

This commit is contained in:
Alex Zenla
2025-07-26 00:07:10 -07:00
parent 60c7b2d4be
commit 8d8866c26c
2 changed files with 23 additions and 1 deletions

View File

@ -29,6 +29,8 @@ intellijPlatform {
sinceBuild = "243"
}
}
buildSearchableOptions.set(false)
}
porkAst {