You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CF2016 fix where the precedence of arguments results in the parent scope, not the child.
This caused the arguments structure referenced in _buildArgumentArray to have a StructCount of 1, containing the array of arguments, even if no arguments were passed. Simply renaming the variable to something that isn't a scope variable (args) fixes the issue. (reverted from commit 9193ad0)
0 commit comments