Skip to content

Commit

Permalink
chore: formt
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored Oct 31, 2023
1 parent 1cb5df1 commit 4b99b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function createLanguageWorker(
},
deleteFile(fileName: string) {
fileName = normalizePath(fileName);

fileNames = fileNames.filter((f) => f !== fileName);
projectVersion++;
},
Expand Down

0 comments on commit 4b99b98

Please sign in to comment.