Was there any proposal to introduce longer stack traces to language?

Eg.
```
try {
catch Error('foo');
} catch (err) {
throw Error('bar'); // stack trace from caught error is lost
}
```
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to