EventIndex: Add a missing semicolon.
This commit is contained in:
parent
86ad6de41e
commit
db72c645ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue