You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
EventIndex: Print out the checkpoint if there was an error during a crawl.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user