未验证 提交 62a97953 编写于 作者: J Johannes Rieken 提交者: GitHub

Merge pull request #38170 from cleidigh/git-checkignore-promise/bug

Git: checkIgnore Promise/resolve bug Fixes: #38169
......@@ -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.
先完成此消息的编辑!
想要评论请 注册