Jump to content

Module:Log globals/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Uzume (talk | contribs) at 03:53, 18 March 2023 (grammar). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 than only getting an error for the first problematic global variable. The arg variable is excluded.

See also

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