提交 5998dd7b 编写于 作者: S Sam Ruby 提交者: Mikel Lindsaar

Resolve view paths correctly on CygWin

Signed-off-by: NMikel Lindsaar <raasdnil@gmail.com>
上级 485f12fe
......@@ -104,7 +104,7 @@ def build_path(name, details, prefix, partial)
end
def query(path, exts)
query = "#{@path}/#{path}"
query = File.join(@path, path)
exts.each do |ext|
query << '{' << ext.map {|e| e && ".#{e}" }.join(',') << '}'
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册