提交 6fc77109 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #12419 from effleurager/fix_gitActions_typo

Fixed typo in git action error
......@@ -166,7 +166,7 @@ export class OpenFileAction extends GitAction {
}
if (OpenFileAction.DELETED_STATES.indexOf(status.getStatus()) > -1) {
return Promise.wrapError(new Error('Can\'t open file which is has been deleted.'));
return Promise.wrapError(new Error('Can\'t open file which has been deleted.'));
}
const resource = URI.file(paths.join(this.gitService.getModel().getRepositoryRoot(), this.getPath(status)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册