js compiler: Escape exception string

* src/current/compiler/js.xsl (compile)[lv:classify]: Escape output for
  Error.
master
Mike Gerwitz 2018-09-07 14:25:24 -04:00
parent d1e2b435a0
commit 91316d1e8f
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@
<text>classes['</text>
<value-of select="@as" />
<text>'] ) throw Error( '</text>
<value-of select="@desc" />
<value-of select="replace( @desc, '''', '\\''' )" />
<text>' );</text>
<value-of select="$compiler:nl" />