- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 31 Oct 2016 11:30:58 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 31 October 2016 18:31:55 UTC
domenic commented on this pull request. > @@ -21,11 +21,11 @@ wptRunner(toUpstreamTestsPath, { rootURL: 'streams/', setup }) }) .then(failures => { totalFailures += failures; - process.exit(totalFailures); + process.exitCode = totalFailures; I guess that's true; thanks for pushing back. -- 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/pull/579
Received on Monday, 31 October 2016 18:31:55 UTC