Closed daniwasonline closed 6 months ago
i just learned stashes exist
just save copies of your code in separate ignored files
just save copies of your code in separate ignored files
i used to do that, then i learned at my first software engineering gig that stashes are just git's version of this
no more merge conflicts 🔥
Description
This PR removes a duplicate index.js check in the structure loader that runs before recursion checks. This was accidentally included in the commit due to a merge conflict when applying a stash.