You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
A bunch of tests fail in stage but not latest, and I've reduced it down to this (using [email protected], but happens in [email protected] which we use (I was hoping that a couple of relevant fixes in 6.6.0 might fix this, but no luck)).
// huh.js
var got = require('got')
var url = process.argv[2]
got(url)
.then((res) => {
console.log('res.url', res.url, typeof res.url, res.requestUrl)
})
A bunch of tests fail in stage but not latest, and I've reduced it down to this (using [email protected], but happens in [email protected] which we use (I was hoping that a couple of relevant fixes in 6.6.0 might fix this, but no luck)).
Output:
The text was updated successfully, but these errors were encountered: