mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
style
This commit is contained in:
parent
e767760340
commit
c0555f4e1d
@ -130,7 +130,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
|
||||
var port = toNumber(arguments[0]) || arguments[0] || 0
|
||||
var hostname = typeof arguments[1] !== 'function' ? arguments[1] : undefined
|
||||
|
||||
debug('listen port: %o hostname: %o', port, hostname)
|
||||
debug('listen (port: %o hostname: %o)', port, hostname)
|
||||
|
||||
function isObject (obj) {
|
||||
return typeof obj === 'object' && obj !== null
|
||||
|
Loading…
Reference in New Issue
Block a user