The error message is actually correct. The call is correct.
You asked for the string "xxx" to be matched to the table
containing "-message", and there was no match.
The two last arguments are always the table and the string,
only if there are more, it is searched for options.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The error message is actually correct. The call is correct.
You asked for the string "xxx" to be matched to the table
containing "-message", and there was no match.
The two last arguments are always the table and the string,
only if there are more, it is searched for options.