Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
EventIndex: Print out the checkpoint if there was an error during a c…
Browse files Browse the repository at this point in the history
…rawl.
  • Loading branch information
poljar committed May 26, 2020
1 parent 076a3e0 commit 403a64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexing/EventIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 403a64b

Please sign in to comment.