提交 2696b7c1 编写于 作者: E Ed Munoz

Reset skip flag to false to fix skipping rest of string

上级 a8abd900
......@@ -136,6 +136,7 @@ export function normalize(path: string, toOSPath?: boolean): string {
res += part;
}
start = end + 1;
skip = false;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册