Skip to content

Commit

Permalink
removed unused disable directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Mar 6, 2023
1 parent 990dd1b commit 2b899e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fetch-docs-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function fetchLinkMeta(url) {
console.error("Could not fetch data for", url);
console.error(ex.message);
console.error(ex.stack);
process.exit(1); // eslint-disable-line n/no-process-exit -- used in tools
process.exit(1);
}
}
}
Expand Down

0 comments on commit 2b899e5

Please sign in to comment.