- From: Adam Rice <notifications@github.com>
- Date: Thu, 10 Nov 2016 02:44:04 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 10 November 2016 10:44:35 UTC
ricea commented on this pull request. > - return promise_rejects(t, error1, writer.closed, 'writer.closed must reject with the write error') + return promise_rejects(t, error1, writer.write('Hello'), 'writer.write() must reject with the write error') + .then(() => { How about doing without the {} here? -- 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/607#pullrequestreview-7983327
Received on Thursday, 10 November 2016 10:44:35 UTC