append [exit] after end of output
[swftools.git] / lib / as3 / ok / switch.as
index 6638a54..87e3830 100644 (file)
@@ -29,6 +29,7 @@ package {
             switch(1) {
                 case 1: late1 = false; break;
             }
+            trace("[exit]");
         }
         var late1:Boolean;
     }