Skip to content

Commit 144bba9

Browse files
committed
not python
1 parent 6eb9790 commit 144bba9

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
@@ -110,7 +110,7 @@ function handleTest (pathSegs, request, response) {
110110
}
111111
if (reqConfig.dump) {
112112
console.log(`=== Server request ${serverState.length + 1}`)
113-
console.log(` ${request.method} ${'/'.join(pathSegs)}`)
113+
console.log(` ${request.method} ${pathSegs.join('/')}`)
114114
for (let [key, value] of Object.entries(request.headers)) {
115115
console.log(` ${key}: ${value}`)
116116
}

0 commit comments

Comments
 (0)