fixed bug 510
[org.ibex.core.git] / src / org / ibex / js / Parser.java
index 09f50db..ded2556 100644 (file)
@@ -940,7 +940,7 @@ class Parser extends Lexer implements ByteCodes {
 
 
     // ParserException //////////////////////////////////////////////////////////////////////
-    private IOException pe(String s) { return new IOException(sourceName + ":" + parserLine + " " + s); }
+    private IOException pe(String s) { return new IOException(sourceName + ":" + line + " " + s); }
     
 }