mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-01 11:41:21 +00:00
quick fix for travis
This commit is contained in:
parent
59b00f6886
commit
416e107d64
@ -28,7 +28,9 @@ function Swarm (peerInfo) {
|
||||
|
||||
self.protocols = {}
|
||||
|
||||
self.muxer
|
||||
// muxerName: { muxer: muxer
|
||||
// options: options }
|
||||
self.muxers = {}
|
||||
|
||||
// public interface
|
||||
|
||||
|
@ -18,6 +18,11 @@ experiment('Basics', function () {
|
||||
})
|
||||
*/
|
||||
|
||||
// because of Travis-CI
|
||||
process.on('uncaughtException', function (err) {
|
||||
console.log('Caught exception: ' + err)
|
||||
})
|
||||
|
||||
experiment('Without a Stream Muxer', function () {
|
||||
experiment('tcp', function () {
|
||||
test('add the transport', function (done) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user