Skip to content

Commit 8284004

Browse files
Add cleanup code for projects and script infos (microsoft#1007)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cddaf9f commit 8284004

File tree

7 files changed

+642
-211
lines changed

7 files changed

+642
-211
lines changed

internal/project/ata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (ti *TypingsInstaller) EnqueueInstallTypingsRequest(p *Project, typingsInfo
145145
}
146146

147147
func (ti *TypingsInstaller) discoverAndInstallTypings(p *Project, typingsInfo *TypingsInfo, fileNames []string, projectRootPath string) {
148-
ti.init((p))
148+
ti.init(p)
149149

150150
cachedTypingPaths, newTypingNames, filesToWatch := DiscoverTypings(
151151
p.FS(),

0 commit comments

Comments
 (0)