mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
EventIndex: Add a missing semicolon.
This commit is contained in:
parent
86ad6de41e
commit
db72c645ba
@ -518,7 +518,7 @@ export default class EventIndex extends EventEmitter {
|
||||
if (!newCheckpoint) {
|
||||
console.log("EventIndex: The server didn't return a valid ",
|
||||
"new checkpoint, not continuing the crawl.", checkpoint);
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
|
||||
// If all events were already indexed we assume that we catched
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user