append [exit] after end of output
[swftools.git] / lib / as3 / ok / classinit.as
index 20725d9..93f7a6a 100644 (file)
@@ -20,6 +20,7 @@ package {
 
         function Main() {
             trace(Main.message);
+            trace("[exit]");
         }
     }
 }