You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use coffee-script.js and includes like <script type="text/coffeescript" src="js/my.coffee"></script> for development.
For some reason, if I have a syntax error in a file, I just get Uncaught Error: Parse error on line 75: Unexpected 'COMPARE' with a stack trace showing only line numbers of coffee-script.js - it does not tell me in which file the error is!
This happens in both Chromium and Firefox + Firebug.
Has this always been like this?
Why cannot it tell me in what file the error is?
The text was updated successfully, but these errors were encountered:
satyr
added a commit
to satyr/coco
that referenced
this issue
Jun 4, 2012
Hi,
I use
coffee-script.js
and includes like<script type="text/coffeescript" src="js/my.coffee"></script>
for development.For some reason, if I have a syntax error in a file, I just get
Uncaught Error: Parse error on line 75: Unexpected 'COMPARE'
with a stack trace showing only line numbers ofcoffee-script.js
- it does not tell me in which file the error is!This happens in both Chromium and Firefox + Firebug.
Has this always been like this?
Why cannot it tell me in what file the error is?
The text was updated successfully, but these errors were encountered: