1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Interpolated strings are expressions.

This commit is contained in:
Chris Lloyd 2010-04-04 16:59:44 +10:00
parent 2e744a1c1b
commit 19ed63129e
11 changed files with 87 additions and 77 deletions

View file

@ -132,7 +132,7 @@
if (slash) {
return false;
}
throw new Error("SyntaxError: Unterminated " + (levels.pop()[0]) + " starting on line " + (this.line + 1));
throw new Error(("SyntaxError: Unterminated " + (levels.pop()[0]) + " starting on line " + (this.line + 1)));
}
if (!i) {
return false;