mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-04-19 02:30:26 +02: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 table = table
|
||||||
local assert = assert
|
local assert = assert
|
||||||
|
local error = error
|
||||||
local select = select
|
local select = select
|
||||||
local pairs = pairs
|
local pairs = pairs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user