You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/12/06 13:05:12 UTC

svn commit: r1718168 - /tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl

Author: mxmanghi
Date: Sun Dec  6 12:05:12 2015
New Revision: 1718168

URL: http://svn.apache.org/viewvc?rev=1718168&view=rev
Log:
correct typo in try.tcl

Modified:
    tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl

Modified: tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl?rev=1718168&r1=1718167&r2=1718168&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl (original)
+++ tcl/rivet/branches/2.3/rivet/rivet-tcl/try.tcl Sun Dec  6 12:05:12 2015
@@ -11,7 +11,7 @@ namespace eval ::rivet {
 
         uplevel [list ::try $script trap {RIVET ABORTPAGE} {} {
                 return -errorcode ABORTPAGE -code error
-            } trap {RIVET THREAD_EXIT} {} {
+            } trap {RIVET EXITPAGE} {} {
                 return -errorcode EXITPAGE -code error
             } {*}$args]
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org