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
On Android, trying to copy a file with copy on write semantics
through the UV_FS_COPYFILE_FICLONE flag can result on a EACCES error,
even when copying the file is still possible.
Uses the fallback on EACCES errors like it's done for other errors.
0 commit comments