mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
try..catch..finally of SWFTools AS3Compile
This commit is contained in:
@@ -16,8 +16,8 @@ package tests
|
||||
}
|
||||
catch (e:Error)
|
||||
{
|
||||
trace("in catch");
|
||||
}
|
||||
trace("in catch");
|
||||
}
|
||||
trace("after");
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ package tests
|
||||
}
|
||||
catch (e:Error)
|
||||
{
|
||||
trace("in catch");
|
||||
trace("in catch");
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user