1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-01-09 17:40:29 +01:00

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

View File

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