Search found 1 match
- Fri Dec 29, 2017 5:13 am
- Forum: General
- Topic: Better exception handling
- Replies: 10
- Views: 10323
Better exception handling
Will love 0.11 improve exception handling? I hate how a game gets terminated just because if a missing audio file. I have been trying to working around it with love.errhand and lua's error handler, unfortunately it's not your typical try, catch, and finally function, I tried xpcall, pcall and etc, b...