diff --git a/reports/npp-sorting/npp-sorting.js b/reports/npp-sorting/npp-sorting.js index 44dec7f..9dcd085 100644 --- a/reports/npp-sorting/npp-sorting.js +++ b/reports/npp-sorting/npp-sorting.js @@ -100,8 +100,8 @@ process.chdir(__dirname); log(`[+] Reading contents and descriptions: ${++pagesRead} pages read`); } if (page.missing) { - tableInfo[page.title].skip = true; // skip it and return - return; + tableInfo[page.title].skip = true; // skip it + continue; } var text = page.revisions[0].content; if (!tableInfo[page.title]) {