Skip to content

Commit 8692e45

Browse files
committed
Fix display error
1 parent 04cc1a2 commit 8692e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server/parse-http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function parseHttpRequest (req, opts) {
4949
})
5050
}
5151
} else {
52-
throw new Error('invalid action in HTTP request: ' + params.action)
52+
throw new Error('invalid action in HTTP request: ' + req.url)
5353
}
5454

5555
return params

0 commit comments

Comments
 (0)