Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
feat: adding relay (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Apr 7, 2017
1 parent 04a6c68 commit d6e8693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ function Swarm (peerInfo, peerBook) {
}, cb)
}, cb)
}
], callback)
], (err) => {
callback(err)
})
}
}

0 comments on commit d6e8693

Please sign in to comment.