mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-07 15:33:08 +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…
x
Reference in New Issue
Block a user