Hacker News new | ask | show | jobs
by salehenrahman 2942 days ago
It can potentially break things.

There are legacy code that assume that calling `readdir` will yield undefined, and will have just passed that result to a function, that alters its behaviour based on whether a parameter is undefined.

1 comments

Interesting. Seems like a great opportunity for a major version bump.