tink_io icon indicating copy to clipboard operation
tink_io copied to clipboard

fix: add haxe@^4.1 compatibility

Open qkdreyer opened this issue 5 years ago • 2 comments

qkdreyer avatar Sep 09 '20 23:09 qkdreyer

This seems to break 4.0 and 3.x, and more importantly omitted the success case.

kevinresol avatar Sep 10 '20 08:09 kevinresol

Yep, this is not good. If your intention was to keep the haxe.Exception, then adding an #if (haxe_ver >= 4.1) catch (e:haxe.Exception) clause should do the trick.

back2dos avatar Sep 10 '20 09:09 back2dos