Jeremy Kelly
Jeremy Kelly
I'm looking at section 40.3. According to MDN, the 'a' in `dotall` should be capitalized: `dotAll`. Testing with NodeJS 10.16.3 confirms this. Same problem in the print edition.
I'm here for the same reason as @fab1o. In my tests, `await new Error()` does _not_ throw. It simply returns the error instance, like any other non-promise value.
Section 39.1.2 (42.1.2 in the print edition) says: > We call `.next()` in line B, line C and line D. Each time, we use `.next()` to unwrap the Promise... I...