Fix 'haxelib path lib:git', hg or other special version types

This commit is contained in:
Joshua Granick
2017-05-22 09:58:09 -07:00
parent 913f591fc1
commit e7dd068729

View File

@@ -1081,6 +1081,7 @@ class Main {
}
var matches = [];
for( v in FileSystem.readDirectory(dir) ) {
if( v == version) return dir + "/" + v;
if( v.charAt(0) == "." )
continue;
v = Data.unsafe(v);