tc39 / proposal-error-stacks

ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack / System.getStack
https://tc39.github.io/proposal-error-stacks/
MIT License
168 stars 13 forks source link

Editorial: Fix description of `[[ErrorData]]` #36

Open ExE-Boss opened 3 years ago

ExE-Boss commented 3 years ago

This proposal makes [[ErrorData]] store the list of Stack Frame records, but the description of [[ErrorData]] was not updated.

Depends on: