Avatar
When appending path to a URL with an empty relative path, the current code does: "" + "/" + path. This is problematic because it makes the relative path absolute...
4:38 PM
なんかまた変わって従来通り ./ を先頭につけるようだ