mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-12 13:01:27 +00:00
chore: update deps and fix linting
chore: make npm scripts cross platform friendly
This commit is contained in:
@ -54,7 +54,6 @@ module.exports = (common) => {
|
||||
|
||||
tcpListener.listen(mh, () => {
|
||||
const dialerConn = tcp.dial(mh, () => {
|
||||
|
||||
const dialerMuxer = muxer.dialer(dialerConn)
|
||||
const s1 = dialerMuxer.newStream((err) => {
|
||||
expect(err).to.not.exist.mark()
|
||||
|
@ -80,6 +80,7 @@ function marker (n, done) {
|
||||
i++
|
||||
|
||||
if (err) {
|
||||
/* eslint-disable-next-line */
|
||||
console.error('Failed after %s iterations', i)
|
||||
return done(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user