Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Nov 8, 2024
1 parent c147c73 commit 3ccc620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harvest-rpde.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function baseHarvestRPDE({
options: { multibar, pauseResume } = { multibar: null, pauseResume: null },
}, isLosslessMode = false) {
const stopMultibar = () => {
// TODO: Ensure that multibar.stop is only called if the multibar is already active (e.g. by wrapping the multibar to allow us to set it to null when not in use)
// TODO: To prevent extraneous output, ensure that multibar.stop is only called if the multibar is already active (e.g. by wrapping the multibar to allow us to set it to null when not in use)
if (multibar) multibar.stop();
};
const pageDescriptiveIdentifier = (url, headers) => `RPDE feed ${feedContextIdentifier} page "${url}" (request headers: ${JSON.stringify(headers)})`;
Expand Down

0 comments on commit 3ccc620

Please sign in to comment.