diff --git a/util/weeklog.js b/util/weeklog.js index f097251..8f97f91 100644 --- a/util/weeklog.js +++ b/util/weeklog.js @@ -53,7 +53,7 @@ function parseLog (buffer, categoryList, forcePurge = false) { if (entry.time === 0) { // the portal count byte denotes whether to purge the run from the output entirely - const purge = entry.portals === 0; + const purge = entry.portals === 1; // if we're not purging, just ignore this marker and do nothing if (!forcePurge && !purge) continue;