提交 66c47f1d 编写于 作者: J Johannes Rieken

don't forget the *

上级 b5e8ea75
......@@ -574,7 +574,7 @@ namespace glob2 {
return glob.match(pattern, path);
}
let suffix = pattern.substring(offset);
if (suffix.match(/[.\\\/]/)) {
if (suffix.match(/[.\\\/*]/)) {
return glob.match(pattern, path);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册