mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
Fix display error
This commit is contained in:
parent
04cc1a264f
commit
8692e45215
@ -49,7 +49,7 @@ function parseHttpRequest (req, opts) {
|
||||
})
|
||||
}
|
||||
} else {
|
||||
throw new Error('invalid action in HTTP request: ' + params.action)
|
||||
throw new Error('invalid action in HTTP request: ' + req.url)
|
||||
}
|
||||
|
||||
return params
|
||||
|
Loading…
Reference in New Issue
Block a user