Skip to content

Commit 305267c

Browse files
committed
remove debug thing
1 parent 5a4f3e5 commit 305267c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/generate-md-exports.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ async function main() {
5050
// See https://github.com/nodejs/node/issues/48820
5151
const dir = await opendir(INPUT_DIR, {recursive: true, bufferSize: 1024});
5252
for await (const dirent of dir) {
53-
if (counter >= 100) break;
5453
if (dirent.name.endsWith('.html') && dirent.isFile()) {
5554
const sourcePath = path.join(dirent.parentPath || dirent.path, dirent.name);
5655
const targetDir = path.join(

0 commit comments

Comments
 (0)