X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Ftrycatch.as;h=c47cb6dc4b18374d4fead1cd71a251463a5bc592;hb=d9ef7c0f7757575fb40ba2a59b5cac201a5c27fc;hp=0a890b9828a4b11ac108d0a529cdc93f7e7f6b64;hpb=ec2bbbdb17f4d4e58e52beef98345bccbebd80df;p=swftools.git diff --git a/lib/as3/ok/trycatch.as b/lib/as3/ok/trycatch.as index 0a890b9..c47cb6d 100644 --- a/lib/as3/ok/trycatch.as +++ b/lib/as3/ok/trycatch.as @@ -46,6 +46,7 @@ package { catch(x:*) { trace((x as MyOtherError).ok5); } + trace("[exit]"); } }