love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

Add return to love.errorhandler #112

Closed SylviBlossom closed 1 year ago

SylviBlossom commented 1 year ago

This pull request fixes an issue in which the love.errorhandler callback did not have a documented return value, despite returning the main loop function, as documented on the LOVE wiki.