scripts tab: we should split path by \ as path separator Show splitted path in case of windows

This commit is contained in:
Vladimir Krivosheev
2013-05-26 10:27:05 +02:00
parent efbeb6ea99
commit 2e776270a5
@@ -71,4 +71,4 @@ public final class LocalFileUrl implements Url {
public int hashCode() {
return path.hashCode();
}
}
}