Skip to content

Commit

Permalink
Update components/server/src/projects/projects-service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: George Tsiolis <[email protected]>
  • Loading branch information
2 people authored and roboquat committed Sep 6, 2021
1 parent b1376f8 commit 6c8120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/projects/projects-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class ProjectsService {
cache[path] = content;
return await content;
}
// eagerly fetch for all files that the inferrer usualyl asks for.
// eagerly fetch for all files that the inferrer usually asks for.
this.requestedPaths.forEach(path => !(path in cache) && readFile(path));
const config: WorkspaceConfig = await new ConfigInferrer().getConfig({
config: {},
Expand Down

0 comments on commit 6c8120b

Please sign in to comment.