tink_io
tink_io copied to clipboard
fix: add haxe@^4.1 compatibility
This seems to break 4.0 and 3.x, and more importantly omitted the success case.
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.