Skip to content

Commit

Permalink
[MPQEditor] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Apply suggestions from code review.

Co-authored-by: Jiyoung Giuliana Yun <[email protected]>
  • Loading branch information
stamalakhov and jyoungyun authored May 11, 2023
1 parent 855dbe1 commit c0646eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPQEditor/MPQEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ export class MPQEditorProvider
if (fileUri && fileUri[0]) {
const visqPath = fileUri[0].fsPath.toString();

let docUri = document.uri.toString();
const docUri = document.uri.toString();
this._mpqDataMap[docUri].visqPath = visqPath;
// close previous view if any
this.closeModelGraphView(document);
Expand Down

0 comments on commit c0646eb

Please sign in to comment.