Pārlūkot izejas kodu

Fixes prettier issue

main
Eric Amodio pirms 5 gadiem
vecāks
revīzija
648b260a06
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      src/commands/diffWithWorking.ts

+ 3
- 1
src/commands/diffWithWorking.ts Parādīt failu

@ -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) {

Notiek ielāde…
Atcelt
Saglabāt