append [exit] after end of output
[swftools.git] / lib / as3 / ok / constructorfunc.as
index 4a0a261..151fd86 100644 (file)
@@ -23,6 +23,8 @@ package {
             trace(foobar.z);
             foobar.f1();
             foobar.f2();
+            
+            trace("[exit]");
         }
     }
 }