Jump to content

Module:Log globals/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
{{module rating|b}}
This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from [[Module:No globals]] as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable.
This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from [[Module:No globals]] as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable.

Revision as of 01:06, 30 October 2018

This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from Module:No globals as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable.