Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two issues in the version cache code.
- The constructed git ref path was off (existing version.json files pretended a working system). - Using atomicWriteJsonFile to avoid issues with multiple DUB instances running in parallel. - If no .dub directory existed, the version.json file wasn't written.
- Loading branch information