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
I discovered this when I was dealing with symfony/symfony#24683. The issue is that if you install a recipe, and an error occurs for any reason, any generated files are not removed, nor is .gitignore and composer.lock reverted back to it's original state.
The text was updated successfully, but these errors were encountered:
That would be my expected outcome. If it fails to install, revert all changes made by the recipe. I'm gonna guess this isn't possible though because the script that is being run is run after flex has already performed it's changes.
I discovered this when I was dealing with symfony/symfony#24683. The issue is that if you install a recipe, and an error occurs for any reason, any generated files are not removed, nor is
.gitignore
andcomposer.lock
reverted back to it's original state.The text was updated successfully, but these errors were encountered: