bugfix: log filenames can have 2 formats

[?]
Sep 18, 2022, 5:56 AM
ME7WBLF56X2WYKJODY47NDN4FELKIL5MYRT2MXCMZZLFKHOJMC2QC

Dependencies

  • [2] KKMFQDR4 editing source code from within the app

Change contents

  • replacement in log_browser.lua at line 30
    [2.193112][2.193112:193219]()
    line.filename, line.line_number, line.data = line.data:match('%[string "([^:]*)"%]:([^:]*):%s*(.*)')
    [2.193112]
    [2.193219]
    line.filename, line.line_number, line.data = line.data:match('([^:]*):([^:]*):%s*(.*)')
    if line.filename == nil then
    line.filename, line.line_number, line.data = line.data:match('%[string "([^:]*)"%]:([^:]*):%s*(.*)')
    end