onilabs / stratifiedjs

Oni StratifiedJS (previously Apollo)
http://onilabs.com/stratifiedjs
Other
231 stars 22 forks source link

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

Open afri opened 13 years ago

afri commented 13 years ago

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:

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