EventIndex: Print out the checkpoint if there was an error during a crawl.

pull/21833/head
Damir Jelić 2020-05-26 20:47:30 +02:00
parent 076a3e058d
commit 403a64bcc6
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ export default class EventIndex extends EventEmitter {
continue; continue;
} }
console.log("EventIndex: Error crawling events:", e); console.log("EventIndex: Error crawling using checkpoint:", checkpoint, ",", e);
this.crawlerCheckpoints.push(checkpoint); this.crawlerCheckpoints.push(checkpoint);
continue; continue;
} }