mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-15 17:31:23 +02:00
EventIndex: Print out the checkpoint if there was an error during a crawl.
This commit is contained in:
parent
076a3e058d
commit
403a64bcc6
@ -405,7 +405,7 @@ export default class EventIndex extends EventEmitter {
|
||||
continue;
|
||||
}
|
||||
|
||||
console.log("EventIndex: Error crawling events:", e);
|
||||
console.log("EventIndex: Error crawling using checkpoint:", checkpoint, ",", e);
|
||||
this.crawlerCheckpoints.push(checkpoint);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user