EventIndex: Add a missing semicolon.
parent
86ad6de41e
commit
db72c645ba
|
@ -518,7 +518,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
if (!newCheckpoint) {
|
if (!newCheckpoint) {
|
||||||
console.log("EventIndex: The server didn't return a valid ",
|
console.log("EventIndex: The server didn't return a valid ",
|
||||||
"new checkpoint, not continuing the crawl.", checkpoint);
|
"new checkpoint, not continuing the crawl.", checkpoint);
|
||||||
continue
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If all events were already indexed we assume that we catched
|
// If all events were already indexed we assume that we catched
|
||||||
|
|
Loading…
Reference in New Issue