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
170 stars 13 forks source link

Why does System.getStack() return a frozen object? #10

Open claudepache opened 7 years ago

claudepache commented 7 years ago

Freezing the returned object seems useless to me, since a new object is returned with each invocation.