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

Loading…
Откажи
Сачувај