spongedsc / pathways

Pathways: multi-modal AI/ML models on discord
GNU Affero General Public License v3.0
3 stars 1 forks source link

[bug] Fix index.js check in structure loader #82

Closed daniwasonline closed 1 month ago

daniwasonline commented 1 month ago

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.

Butterroach commented 1 month ago

i just learned stashes exist

Butterroach commented 1 month ago

just save copies of your code in separate ignored files

daniwasonline commented 1 month ago

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

Butterroach commented 1 month ago

no more merge conflicts 🔥