Browse Source

fix failing test caused by changes in `prepend-http` module

d225dcbbbb
node-7
Sindre Sorhus 9 years ago
parent
commit
7ad5e0efc2
  1. 1
      index.js

1
index.js

@ -189,6 +189,7 @@ function normalizeArguments(url, opts) {
}
if (typeof url === 'string') {
url = url.replace(/^unix:/, 'http://$&');
url = urlParseLax(url);
if (url.auth) {

Loading…
Cancel
Save