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
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
When copying /dir to the destination /dir/dir, I get a endless stream of sub-folders created, like /dir/dir/dir/dir, and the operation runs until the disk is full. It seems both sync and async versions are showing this behaviour.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this expected behaviour?
When copying
/dir
to the destination/dir/dir
, I get a endless stream of sub-folders created, like/dir/dir/dir/dir
, and the operation runs until the disk is full. It seems both sync and async versions are showing this behaviour.The text was updated successfully, but these errors were encountered: