You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a file with permissions that are not enough to read/write.
When we trying to access this file we got error:
TypeError [ERR_INVALID_ARG_TYPE] CERR_INVALID_ARG_TYPE]: The "fd" argument must be of type number. Received undefined
in adm-zip/utils/utils.js, line 118.
It seems to me the issue is due to there is no error checking in 118 line:
The text was updated successfully, but these errors were encountered:
We have a file with permissions that are not enough to read/write.
When we trying to access this file we got error:
TypeError [ERR_INVALID_ARG_TYPE] CERR_INVALID_ARG_TYPE]: The "fd" argument must be of type number. Received undefined
in adm-zip/utils/utils.js, line 118.
It seems to me the issue is due to there is no error checking in 118 line:
The text was updated successfully, but these errors were encountered: