Skip to content

Commit c0555f4

Browse files
committed
style
1 parent e767760 commit c0555f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
130130
var port = toNumber(arguments[0]) || arguments[0] || 0
131131
var hostname = typeof arguments[1] !== 'function' ? arguments[1] : undefined
132132

133-
debug('listen port: %o hostname: %o', port, hostname)
133+
debug('listen (port: %o hostname: %o)', port, hostname)
134134

135135
function isObject (obj) {
136136
return typeof obj === 'object' && obj !== null

0 commit comments

Comments
 (0)