WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
371 stars 28 forks source link

Handle LuaCouroutine load_string errors #111

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

Previously LuaCoroutine.load_string would not handle an error if one occurred. This PR fixes that.