mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 09:30:28 +01:00
Fix calling nil error function inside module.
This commit is contained in:
parent
16057be815
commit
2661da15f7
@ -1,5 +1,6 @@
|
||||
local table = table
|
||||
local assert = assert
|
||||
local error = error
|
||||
local select = select
|
||||
local pairs = pairs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user