Module:Log globals/doc

< Module:Log globals
Revision as of 23:05, 24 October 2022 by imported>GKFX (Don't link to deprecated template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Log globals

This module finds nil global variable use and adds the to the Lua log along with where they were read/written. This module is different from Template:Ml-lua 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. The arg variable is excluded.

See alsoEdit

  • Template:Ml-lua - Creates error message for first encountered nil global read/write