InfiniteAmmoInc / Yarn

934 stars 93 forks source link

When exporting as JSON, if you rename the file from 'file' it will incorrectly save the file. If you create the file as 'file' then rename it, the file will work correctly #82

Open hadarawhite opened 5 years ago

hadarawhite commented 5 years ago

If I am exporting as a JSON the file will have the name 'file' by default. If I save with this it will export correctly but if I name it to anything else, the file will not work. If you export it as 'file' then renamed the file it will work correctly.

EDIT: Accidentally posted with out finishing the title/description