瀏覽代碼

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

Loading…
取消
儲存