diff --git a/index.js b/index.js index b1f42e6..1c50116 100644 --- a/index.js +++ b/index.js @@ -136,7 +136,7 @@ Agent.prototype.addRequest = function addRequest(req, _opts) { req.onSocket(socket); } else { const err = new Error( - `no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\`` + 'no Duplex stream was returned to agent-base for `' + req.method + ' ' + req.path + '`' ); onerror(err); }