Skip to content

Commit

Permalink
Update packages/svelte-check/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jun 27, 2024
1 parent f022c7e commit ffae6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-check/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Result = {
};

async function openAllDocuments(workspaceUri: URI, svelteCheck: SvelteCheck) {
// TODO: replace glob with smaller implementation
const files = await glob('**/*.svelte', {
cwd: workspaceUri.fsPath,
ignore: ['node_modules/**']
Expand Down

0 comments on commit ffae6d5

Please sign in to comment.