Skip to content

Commit 1d8e2c9

Browse files
committed
https-proxy-agent: fix debug() call
1 parent 4ecc6d9 commit 1d8e2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

https-proxy-agent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function connect (req, _opts, fn) {
133133

134134
if (!~str.indexOf('\r\n\r\n')) {
135135
// keep buffering
136-
debug('have not received end of HTTP headers yet... %j');
136+
debug('have not received end of HTTP headers yet...');
137137
if (socket.read) {
138138
read();
139139
} else {

0 commit comments

Comments
 (0)