git ssb

16+

Dominic / patchbay



Commit 8fdad9fc0eaf9e15606a90dddd9356c3af5bf9ad

oops: syntax error

Dominic Tarr committed on 6/27/2016, 4:33:55 AM
Parent: 8f91f170858d22bc75d7b88cb8cb82c652ca06ab

Files changed

sbot-api.jschanged
sbot-api.jsView
@@ -20,9 +20,9 @@
2020 module.exports = function () {
2121 var sbot = null
2222 var rec = Reconnect(function (isConn) {
2323 createClient(function (err, _sbot) {
24- if(err) return {console.error(err.stack); isConn(err)}
24+ if(err) {console.error(err.stack); isConn(err)}
2525 sbot = _sbot
2626 sbot.on('closed', function () {
2727 sbot = null
2828 isConn(new Error('closed'))

Built with git-ssb-web