evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Improve stack traces originating in main.c #142

Closed Duckwhale closed 1 year ago

Duckwhale commented 1 year ago

This only catches errors inside the statically-linked bytecode objects, not those triggered via loadfile (in import or the init script itself). But still, it's a bit of an improvement since it no longer prints the entire string passed as the chunk name...