We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4f3e5 commit 305267cCopy full SHA for 305267c
scripts/generate-md-exports.mjs
@@ -50,7 +50,6 @@ async function main() {
50
// See https://github.com/nodejs/node/issues/48820
51
const dir = await opendir(INPUT_DIR, {recursive: true, bufferSize: 1024});
52
for await (const dirent of dir) {
53
- if (counter >= 100) break;
54
if (dirent.name.endsWith('.html') && dirent.isFile()) {
55
const sourcePath = path.join(dirent.parentPath || dirent.path, dirent.name);
56
const targetDir = path.join(
0 commit comments