git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit fe195d78c8c4fadba1362945cf2e75864ca3dcad

this seems to fix the error where repos without names break the client

Ev Bogue committed on 9/11/2018, 9:46:45 PM
Parent: dc1304ab1631436b1012adfabae47ade15c61235

Files changed

render.jschanged
render.jsView
@@ -106,9 +106,9 @@
106106 //if (err) throw err
107107 if (data.content.name) {
108108 actualname = h('p', 'pushed to ', h('a', {href: '#' + msg.value.content.repo}, '%' + data.content.name))
109109 reponame.parentNode.replaceChild(actualname, reponame)
110- }
110+ } else { console.log('no repo name') }
111111 })
112112 )
113113 message.appendChild(cloneurl)
114114

Built with git-ssb-web