Revision: 4822
          http://sourceforge.net/p/vexi/code/4822
Author:   mkpg2
Date:     2015-10-29 18:40:17 +0000 (Thu, 29 Oct 2015)
Log Message:
-----------
Fix. Previous commit made requirement on JSUX (dev code).

Modified Paths:
--------------
    
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Interpreter.java

Modified: 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Interpreter.java
===================================================================
--- 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Interpreter.java   
    2015-10-29 18:27:49 UTC (rev 4821)
+++ 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Interpreter.java   
    2015-10-29 18:40:17 UTC (rev 4822)
@@ -1029,7 +1029,8 @@
     }    
     
     @Override public String toString(){
-       return JSUX.backtrace(this);            
+       return getWhere();
+//     return JSUX.backtrace(this);            
     }
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to