mirror of https://github.com/Hilbis/Hilbish
chore: add todo node
parent
8d92fc3b74
commit
60a0204958
|
@ -15,6 +15,7 @@ func Loader(L *lua.LState) int {
|
||||||
|
|
||||||
|
|
||||||
func LuaErr(L *lua.LState, code int) {
|
func LuaErr(L *lua.LState, code int) {
|
||||||
|
// TODO: Error with a table, with path and error code
|
||||||
L.Error(lua.LNumber(code), 1)
|
L.Error(lua.LNumber(code), 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue