Skip to content

Release 4.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 18:18
Make sys_read_dir errors consistent between platforms

Haxe documentation specifies that an exception should be thrown if the path is not a valid directory. This was already the case on all platforms except Windows, where `null` was returned. Now the behavior is consistent.