Improve error reporting.
This commit is contained in:
@@ -109,7 +109,7 @@ public final class LuajavaLib extends LFunction {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
luaUnsupportedOperation();
|
||||
throw new LuaErrorException("not yet supported: "+this);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user