chore: add todo node

pull/21/head^2
TorchedSammy 2021-03-31 00:02:39 -04:00
parent 8d92fc3b74
commit 60a0204958
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ func Loader(L *lua.LState) int {
func LuaErr(L *lua.LState, code int) {
// TODO: Error with a table, with path and error code
L.Error(lua.LNumber(code), 1)
}