소스 검색

Fixes back button from stash list choice

main
Eric Amodio 5 년 전
부모
커밋
5d28da5eef
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/commands/git/stash.ts

+ 1
- 2
src/commands/git/stash.ts 파일 보기

@ -519,7 +519,7 @@ export class StashGitCommand extends QuickCommandBase {
// }
const gitCommandArgs: GitCommandsCommandArgs = {
command: 'search',
command: 'stash',
state: { ...state }
};
@ -552,7 +552,6 @@ export class StashGitCommand extends QuickCommandBase {
}`,
placeholder: 'Please provide a stash message',
value: state.message
// validate: (value: string | undefined): [boolean, string | undefined] => [value != null, undefined]
});
const value: StepSelection<typeof step> = yield step;

불러오는 중...
취소
저장