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
{{ message }}
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
This is the method that apiCheck uses to get the message it throws or console.warns. If you don't like it, feel free to make a better one by simply: apiCheck.getErrorMessage = function(api, args, output) {/* return message */}
But, it appears that getErrorMessage() actually is a function(api, args, messages, output).
The text was updated successfully, but these errors were encountered:
Docs say:
But, it appears that
getErrorMessage()
actually is afunction(api, args, messages, output)
.The text was updated successfully, but these errors were encountered: