Re: [whatwg/streams] Implement pipeTo() abort in the ref impl (2ed62aa)

I was able to make this work locally with this `if` block deleted. My current guess is that you haven't updated your wpt-runner, or if you have, it didn't updated its nested jsdom dependency.

I'd suggest `rm -rf node_modules && npm install`. Maybe `rm package-lock.json` if you have that. And if that still doesn't work, upgrade Node, not because the Node version is important, but because the npm version might matter.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/commit/2ed62aa279a6c9181cf8424155edce89b6afb897#commitcomment-30776411

Received on Thursday, 4 October 2018 18:24:04 UTC