Wrong keyword arguments should throw an error
B
Brian Karabinchak
Don't know if this is already implemented in the newer versions, but I just spent the better part of two hours trying to figure out why my system.report.executeAndDistribute was not working as intended. It was due to me mispelling the keyword argument for
parameters
as paramters
. If the function threw an error at the unrecognized keyword, I would have found this immediately.Log In