mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 11:13:24 +00:00
chore: add todo node
This commit is contained in:
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…
x
Reference in New Issue
Block a user