rconroy293 / mtga-log-client

GNU General Public License v3.0
61 stars 25 forks source link

Make log timestamp parsing reject -- #134

Closed qiemem closed 1 year ago

qiemem commented 1 year ago

Steam installed client produce a log line like the following:

[UnityCrossThreadLogger]-- Product List --

LOG_START_REGEX_TIMED will identify '--' as a timestamp, which then triggers an exception. This change just ensures the candidate timestamp starts with a number.