Re: [whatwg/streams] eslint fixes and standardize exports style (#579)

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