提交 0dd4c492 编写于 作者: C cleidigh

Fix checkIgnore Promise/resolve bug

上级 099025d9
......@@ -758,7 +758,7 @@ export class Repository implements Disposable {
if (filePaths.length === 0) {
// nothing left
return Promise.resolve(new Set<string>());
return resolve(new Set<string>());
}
// https://git-scm.com/docs/git-check-ignore#git-check-ignore--z
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册