Skip to content

Commit cc78339

Browse files
committed
fixes for standard v8
1 parent 2ac6572 commit cc78339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/filter.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ function testFilterCustomError (t, serverType) {
9696
var client = new Client({
9797
infoHash: fixtures.alice.parsedTorrent.infoHash,
9898
announce: announceUrl,
99-
peerId: peerId, port: 6881,
99+
peerId: peerId,
100+
port: 6881,
100101
wrtc: {}
101102
})
102103

0 commit comments

Comments
 (0)