Versions
Describe the bug
In the line:
|
::printError("The table inside the WeakTableRef instance is null"); |
And in the line:
|
::printError("The table inside the WeakTableRef instance is null"); |
The call ::printError is used, but printError does not exist in the root table, so when this is called, an script error is printed to the log.html.
You probably wanted to call ::MSU.Mod.Debug.printError in those situations
Versions
Describe the bug
In the line:
MSU/msu/utils/globals.nut
Line 14 in ae825b7
And in the line:
MSU/msu/utils/globals.nut
Line 42 in ae825b7
The call
::printErroris used, but printError does not exist in the root table, so when this is called, an script error is printed to the log.html.You probably wanted to call
::MSU.Mod.Debug.printErrorin those situations