Skip to content

Commit

Permalink
chore(internal/postprocessor): process new mods (#9567)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Mar 13, 2024
1 parent b6c9ce9 commit 023b8dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/postprocessor/main.go
Expand Up @@ -204,6 +204,8 @@ func (p *postProcessor) InitializeNewModules(manifest map[string]ManifestEntry)
if err := p.generateMinReqFilesNewMod(moduleName, modulePath, importPath, apiName); err != nil {
return err
}
log.Printf("Adding new module %s to list of modules to process", moduleName)
p.modules = append(p.modules, moduleName)
if err := p.modEditReplaceInSnippets(modulePath, importPath); err != nil {
return err
}
Expand Down

0 comments on commit 023b8dd

Please sign in to comment.