Module:Log globals/doc

From The Goon Show Depository

< Module:Log globals

Revision as of 11:24, 22 October 2022 by Kurt (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Log globals

This module finds nil globals 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. The arg variable is excluded.

See also

  • Module:No globals - Creates error message for first encountered nil global read/write