diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update-lua-module-docs.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua index 91bb62aa6..61842605e 100644 --- a/tools/update-lua-module-docs.lua +++ b/tools/update-lua-module-docs.lua @@ -1,5 +1,5 @@ -local ipairs, load, next, pairs, print, tostring, type = - ipairs, load, next, pairs, print, tostring, type +local ipairs, load, next, pairs, print, tostring, type, warn = + ipairs, load, next, pairs, print, tostring, type, warn local string, table = string, table local _G, arg = _G, arg |
