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
Improve error message when calling LCB library function incorrectly.
If a handler in an LCB library is called with the wrong number of
arguments then the engine will now throw either a "too few arguments"
or "too many arguments" error.