This line checks the length of `type` which is always `"blob"` in this context. Likely it meant to check the length of `value`? https://github.com/creationix/js-git/blob/81321539d3a3d82c5046d683d8f77853fb63453a/mixins/mem-cache.js#L41
This line checks the length of
typewhich is always"blob"in this context. Likely it meant to check the length ofvalue?js-git/mixins/mem-cache.js
Line 41 in 8132153