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
chmod() returns error if files are owned by another user than one triggering composer command. That makes all file disappear (moved to composer cache folder) and never restored.
Maybe we should test if we can perform chmod() operation and fail early with information what have happened.
chmod() returns error if files are owned by another user than one triggering
composer
command. That makes all file disappear (moved to composer cache folder) and never restored.Maybe we should test if we can perform chmod() operation and fail early with information what have happened.
Ref.
preserve-paths/src/PathPreserver.php
Line 256 in 7f99622
The text was updated successfully, but these errors were encountered: