testing crawl with new.abb.com case
many unnecessary console.logs for tracing the code execution
This commit is contained in:
@@ -78,9 +78,11 @@ export async function runWebScraper({
|
||||
pageOptions: pageOptions,
|
||||
});
|
||||
}
|
||||
console.log('runWebScraper - getDocuments')
|
||||
const docs = (await provider.getDocuments(false, (progress: Progress) => {
|
||||
inProgress(progress);
|
||||
})) as Document[];
|
||||
console.log('runWebScraper - getDocuments - done - docs.length:', docs.length)
|
||||
|
||||
if (docs.length === 0) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user