Skip to content

Fix Node 24 readline regression in updatedb.js#277

Closed
unicomp23 wants to merge 1 commit intogeoip-lite:mainfrom
airtimemedia:fix/node24-readline-regression
Closed

Fix Node 24 readline regression in updatedb.js#277
unicomp23 wants to merge 1 commit intogeoip-lite:mainfrom
airtimemedia:fix/node24-readline-regression

Conversation

@unicomp23
Copy link
Copy Markdown

!!! DO NOT DELETE THIS PR/BRANCH !!!

Used by eureka until node24 gets fixed.

Replace for await loops on readline with event-based readline to avoid ERR_USE_AFTER_CLOSE error on Node 24.2+ when processing files with >1025 lines.

See: nodejs/node#60507

🤖 Generated with Claude Code

Replace `for await` loops on readline with event-based readline
to avoid ERR_USE_AFTER_CLOSE error on Node 24.2+ when processing
files with >1025 lines.

See: nodejs/node#60507

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@airtimemedia airtimemedia closed this by deleting the head repository Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants