Revision: 4829
          http://sourceforge.net/p/vexi/code/4829
Author:   mkpg2
Date:     2015-11-13 04:37:29 +0000 (Fri, 13 Nov 2015)
Log Message:
-----------
Fix. Stack trace showing twice in fg use error.

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-11-13 04:06:45 UTC (rev 4828)
+++ 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Interpreter.java   
    2015-11-13 04:37:29 UTC (rev 4829)
@@ -142,7 +142,7 @@
     
     public void pause(String forwhat) throws JSExn {
         if (pausecount == -1 || f == null) {           
-               String msg = "Cannot "+forwhat+" in thread '"+thread+"'";
+               String msg = "Cannot "+forwhat+" in thread 
'"+thread.description()+"'";
                if(old!=null) msg+=" (nested execution)";
                throw new JSExn(msg);
         }

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