We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173bf0e commit 648b260Copy full SHA for 648b260
src/commands/diffWithWorking.ts
@@ -88,7 +88,9 @@ export class DiffWithWorkingCommand extends ActiveEditorCommand {
88
firstIfNotFound: true
89
});
90
if (args.commit === undefined) {
91
- return window.showWarningMessage('Unable to open compare. File doesn\'t exist in the specified revision');
+ return window.showWarningMessage(
92
+ "Unable to open compare. File doesn't exist in the specified revision"
93
+ );
94
}
95
96
catch (ex) {
0 commit comments