Fix calling nil error function inside module.

This commit is contained in:
Carl Reinke 2014-08-02 21:19:38 -06:00
parent 16057be815
commit 2661da15f7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
local table = table
local assert = assert
local error = error
local select = select
local pairs = pairs