Parcourir la source

Fixes prettier issue

main
Eric Amodio il y a 5 ans
Parent
révision
648b260a06
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      src/commands/diffWithWorking.ts

+ 3
- 1
src/commands/diffWithWorking.ts Voir le fichier

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

Chargement…
Annuler
Enregistrer