Skip to content

Commit

Permalink
fixed dubugging regression
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon committed Dec 18, 2023
1 parent ac1b0e6 commit feafc89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/scan/scanLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ async function scanLinks(path, j=1) {
await processPromises(j, filePaths, fluff)
.then(() => {
console.log("Finished!");
}).catch(error => {
console.error(error);
});
}

Expand Down

0 comments on commit feafc89

Please sign in to comment.