Module:Log globals/doc: Difference between revisions

From WikiCigar
Jump to navigation Jump to search
en>GKFX
(Don't link to deprecated template)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 16:56, 17 December 2022

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 require('strict') 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 also

  • require('strict') - Creates error message for first encountered nil global read/write