thauschildt
Results
2
issues of
thauschildt
Is it possible to get the line number in which a runtime error occurs? If I run the code: ``` try { ls.loadString("x=123 \n x()"); ls.call(0, 0); } catch (e)...
It seems that luadardo cannot be used with `flutter build web`. The problem seems to occur when `state.openLibs()`is called which leads to an error in line 21: `static final lua_dirsep...