]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/tools/fetch-docs-links.js
import 8.41.0 source
[pve-eslint.git] / eslint / tools / fetch-docs-links.js
index 3d92633f37f75ea62984b9665023b161fa82d0fd..9cdd05aab1a95f30ea12ef8e61f1644d3c6596f1 100644 (file)
@@ -7,7 +7,7 @@
  *
  * To fetch info for just selected files (for use with lint-staged):
  *
- *      node tools/fetch-docs-links.js docs/src/user-guide/index.md
+ *      node tools/fetch-docs-links.js docs/src/use/index.md
  *
  * @author Nicholas C. Zakas
  */
@@ -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);
                     }
                 }
             }