domenic / promises-unwrapping

The ES6 promises spec, as per September 2013 TC39 meeting
1.23k stars 94 forks source link

CoerceThenable missing return #16

Closed Nathan-Wall closed 10 years ago

Nathan-Wall commented 10 years ago

I believe step 9 should be return p in CoerceThenable.

domenic commented 10 years ago

Thanks!!