mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
fixes for standard v8
This commit is contained in:
parent
2ac65725a1
commit
cc783392c4
@ -96,7 +96,8 @@ function testFilterCustomError (t, serverType) {
|
|||||||
var client = new Client({
|
var client = new Client({
|
||||||
infoHash: fixtures.alice.parsedTorrent.infoHash,
|
infoHash: fixtures.alice.parsedTorrent.infoHash,
|
||||||
announce: announceUrl,
|
announce: announceUrl,
|
||||||
peerId: peerId, port: 6881,
|
peerId: peerId,
|
||||||
|
port: 6881,
|
||||||
wrtc: {}
|
wrtc: {}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user