bugfix: log filenames can have 2 formats
[?]
Sep 18, 2022, 5:56 AM
ME7WBLF56X2WYKJODY47NDN4FELKIL5MYRT2MXCMZZLFKHOJMC2QCDependencies
- [2]
KKMFQDR4editing source code from within the app
Change contents
- replacement in log_browser.lua at line 30
line.filename, line.line_number, line.data = line.data:match('%[string "([^:]*)"%]:([^:]*):%s*(.*)')line.filename, line.line_number, line.data = line.data:match('([^:]*):([^:]*):%s*(.*)')if line.filename == nil thenline.filename, line.line_number, line.data = line.data:match('%[string "([^:]*)"%]:([^:]*):%s*(.*)')end