Files
Torn-Vault-Tracker/includes
Keith Solomon 73360f6805 processLogEntries: skip incomplete entries instead of throwing
Per the spec's error-handling table, entries missing timestamp or
details.title should be skipped (logged via consoleLog) and the loop
should continue processing the rest. Previously the function threw
LogEntryIncompleteException and aborted the entire batch, which would
take down the whole UI when a single malformed entry was returned.
2026-08-03 14:17:27 -05:00
..