Closed richarddong closed 9 years ago
You have some unicode characters in your order.coffee
file at positions 1409 and 1410. Type this in the console:
view.rowcol(1409)
and it'll give you the row and column right above* the offending characters.
* It returns the row above because it's returning the 0-based row/col, whereas ST displays 1-based rows.
So sublime-better-coffeescript
does not support unicode in CoffeeScript? This should be a bug, right?
Haha, good call @richarddong. Thanks for the bug report :+1:
:smile:
first time switch into watch mode:
now i get the correct answer.
but after save or modify:
the panel goes blank
please help :pray: