better organization of errors
[?]
Nov 16, 2022, 5:50 AM
BXXTVMBQJYLA43IHDYYUBKBVEQKKIDD5FSYMSYFXD5BCCLLPJZ3QCDependencies
- [2]
TNRO6KLZnew live app
Change contents
- edit in main.lua at line 184
print(msg)print(app.reset_terminal())endfunction app.send_run_time_error(msg)local f = io.open(love.filesystem.getUserDirectory()..'/_love_akkartik_app_driver_run_time_error', 'w')if f == nil then return endf:write(msg)f:close()print('=>'..app.color(0, --[[red]]1)) - replacement in main.lua at line 402
app.send('ERROR '..stack_trace)app.send_run_time_error(stack_trace)