-
Notifications
You must be signed in to change notification settings - Fork 56
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
Using NodeJS v22.11.0, the 'readdir' method does not return the 'mtime' field whatever the adbkit version 2.11.3 or 3.3.6!!! #536
Comments
Could you submit a PR? |
@koral-- the @devicefarmer/adbkit contains only the 3.x versions, where is the 2.11.3 version to fix the bug ? |
There is a tag for it: https://github.com/DeviceFarmer/adbkit/tree/v2.11.3 |
Sorry, it was obvious! |
I've checked out that tag, invoked If lib is not created on your machine, it seems that your modification may broke something. Was |
Yes it works now! |
I haven't done full testing of
adbkit
using NodeJS version 22.11.3 but there are probably other similar issues, is it possible to quickly update theadbkit
code to comply with the latest versions of NodeJS in order to allow applications that useadbkit
(e.g. STF, ...) to work correctly?Thanks.
The text was updated successfully, but these errors were encountered: