append [exit] after end of output
[swftools.git] / lib / as3 / ok / in.as
index 49d1449..d92b15e 100644 (file)
@@ -35,6 +35,7 @@ package {
             if("r" in o) trace("ok 7/7");
             delete o["r"];
             if("r" in o) trace("error");
+            trace("[exit]");
         }
     }
 }