Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception annotation broken for some cases on IE and Chrome #6

Open
afri opened this issue Aug 15, 2011 · 0 comments
Open

exception annotation broken for some cases on IE and Chrome #6

afri opened this issue Aug 15, 2011 · 0 comments

Comments

@afri
Copy link
Collaborator

afri commented Aug 15, 2011

Under some circumstances when calling SJS code from JS, exceptions thrown by SJS will not get annotated with the correct filename:linenumber under IE and Chrome.
E.g. the following code:

<script type="text/sjs"> throw new Error('foo'); </script>

will give an exception in the Chrome or IE consoles that is not annotated. In Firefox it works ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant