Fix @{error} links
For some reason "error" was missing from the global functions list.
This commit is contained in:
parent
3d193b169f
commit
205f72b313
|
@ -9,6 +9,7 @@ globals.functions = {
|
|||
assert = true,
|
||||
collectgarbage = true,
|
||||
dofile = true,
|
||||
error = true,
|
||||
getmetatable = true,
|
||||
setmetatable = true,
|
||||
pairs = true,
|
||||
|
|
Loading…
Reference in New Issue