Closed tobil4sk closed 4 months ago
Haxe documentation specifies that an exception should be thrown if the path is not a valid directory:
If path does not denote a valid directory, an exception is thrown.
path
This was already the case on all platforms except Windows, where null was returned. Now the behavior is consistent.
null
@Simn This one also seems to be affected by the flaky test.
Looks green now!
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.