When an exception is thrown, we look for an **$ERROR** field on the thrown exception to output. I don't think we really ever set it there... We ignore the **$ERROR** field on the global object where other useful information may have been placed. We should probably output both, with better worded warnings.
When an exception is thrown, we look for an $ERROR field on the thrown exception to output. I don't think we really ever set it there...
We ignore the $ERROR field on the global object where other useful information may have been placed.
We should probably output both, with better worded warnings.