Skip to content

Commit

Permalink
fix: cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 21, 2024
1 parent 2cb47e6 commit b3ac7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/language-server/src/workspace-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class WorkspaceScanner {
}

try {
// TODO: figure out what caused the loop
const content = await this.#fs.readFile(uri);

const document = getSCSSRegionsDocument(
Expand Down

0 comments on commit b3ac7ea

Please sign in to comment.