-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #8131 #8132
base: master
Are you sure you want to change the base?
Fix for #8131 #8132
Conversation
Have fix for this ready, don't know if you want to allow the tests to be run to fail first and then I can push the fix? LMK |
@@ -16,22 +16,24 @@ export interface ReaddirRecursiveFile { | |||
} | |||
|
|||
async function readdirRecursiveHelper(options: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems broken to me at the moment - you've changed the signsture of readdirRecursiveHelper but not changed any of its call sites.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only call sites for this function are itself and the other function and both are updated! You mind being more explicit and pointing out the missing ones please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on the code changes, but a couple asks. Can you:
- Provide a more descriptive title for your PR,
- Write a short description describing your solution, and
- Add an entry to the changelog?
Fixes #8131