We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b3ef8 commit b800c76Copy full SHA for b800c76
msu/utils/skills.nut
@@ -31,7 +31,7 @@
31
local t = typeof p;
32
if (t == "array" || t == "table" || t == "instance" || t == "class")
33
{
34
- ::logError("addEvent cannot be used to add functions with reference type defparams");
+ ::logError("addEvent: _function params cannot have mutable default values");
35
throw ::MSU.Exception.InvalidValue(t);
36
}
37
0 commit comments