未验证 提交 80a0b264 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #39868 from Frozenfire92/popStash-fix

Fix #39867 fix git popStash type check
......@@ -977,7 +977,7 @@ export class Repository {
try {
const args = ['stash', 'pop'];
if (typeof index === 'string') {
if (typeof index === 'number') {
args.push(`stash@{${index}}`);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册