Skip to content

Commit 5c0b879

Browse files
committed
catch template to default to Dynamic err type
1 parent 9af02fb commit 5c0b879

File tree

1 file changed

+1
-1
lines changed
  • FlashDevelop/Bin/Debug/Snippets/haxe

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
catch (err:Error)$(CSLB){
1+
catch (err:Dynamic)$(CSLB){
22
$(EntryPoint)
33
}
44

0 commit comments

Comments
 (0)