Fix @{error} links

For some reason "error" was missing from the global functions list.
This commit is contained in:
Mooffie 2014-12-29 13:30:43 +02:00
parent 3d193b169f
commit 205f72b313
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ globals.functions = {
assert = true,
collectgarbage = true,
dofile = true,
error = true,
getmetatable = true,
setmetatable = true,
pairs = true,