Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
codemakerai-dev committed Oct 31, 2023
1 parent ccb09b4 commit 1ab0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/correction/corrector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Corrector {

try {
this.correctedFiles.add(uri.toString());
await this.codeMakerService.fixSyntax(document.uri);
await this.codeMakerService.fixSyntax(uri);
} finally {
this.correctedFiles.delete(uri.toString());
}
Expand Down

0 comments on commit 1ab0699

Please sign in to comment.