소스 검색

Fixes prettier issue

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

+ 3
- 1
src/commands/diffWithWorking.ts 파일 보기

@ -88,7 +88,9 @@ export class DiffWithWorkingCommand extends ActiveEditorCommand {
firstIfNotFound: true
});
if (args.commit === undefined) {
return window.showWarningMessage('Unable to open compare. File doesn\'t exist in the specified revision');
return window.showWarningMessage(
"Unable to open compare. File doesn't exist in the specified revision"
);
}
}
catch (ex) {

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