append [exit] after end of output
[swftools.git] / lib / as3 / ok / trycatch.as
index 0a890b9..c47cb6d 100644 (file)
@@ -46,6 +46,7 @@ package {
             catch(x:*) {
                 trace((x as MyOtherError).ok5);
             }
+            trace("[exit]");
 
         }
     }