Closed jokajak closed 1 year ago
This changeset ensures the index.json exists before trying to read it.
When first fetching the registry.json would get created but not the index.json and an error would be thrown.
registry.json
index.json
Instead of creating index.json we just check for it.
Thanks a lot! I've missed this one
This changeset ensures the index.json exists before trying to read it.
When first fetching the
registry.json
would get created but not theindex.json
and an error would be thrown.Instead of creating
index.json
we just check for it.