TypeError: Cannot read property 'toLocaleString' of undefined
%eKoZYyhPYCIvrYPXtANJhYnHwEuBfkPUXdNpfZqKkCI=.sha256
I got this error at least once. It crashed git-ssb-web on my pub.
/home/ev/git-ssb-web/lib/repos/index.js:564
date: tag.tagger.date.toLocaleString(req._locale)
^
TypeError: Cannot read property 'toLocaleString' of undefined
at /home/ev/git-ssb-web/lib/repos/index.js:564:34
at /home/ev/git-ssb-web/node_modules/pull-git-repo/index.js:369:7
at /home/ev/git-ssb-web/node_modules/pull-stream/sinks/drain.js:20:24
at read (/home/ev/git-ssb-web/node_modules/pull-git-repo/index.js:162:16)
at next (/home/ev/git-ssb-web/node_modules/pull-stream/sinks/drain.js:16:11)
at sink (/home/ev/git-ssb-web/node_modules/pull-stream/sinks/drain.js:37:9)
at pull (/home/ev/git-ssb-web/node_modules/pull-stream/pull.js:24:14)
at Function.Repo.getTagParsed (/home/ev/git-ssb-web/node_modules/pull-git-repo/index.js:364:10)
at /home/ev/git-ssb-web/node_modules/pull-git-repo/index.js:331:10
at /home/ev/git-ssb-web/node_modules/pull-git-repo/index.js:279:7
Handle tags that are commits
thanks. fixed in git-ssb-web v1.16.1
Handle tags that are commits
Built with git-ssb-web