mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix router not bailing on bad module types
This commit is contained in:
@@ -53,7 +53,7 @@ func NewRouter(ctx context.Context, config Config) (*Router, []ModuleError, []Ro
|
|||||||
Config: moduleDecl,
|
Config: moduleDecl,
|
||||||
Error: fmt.Errorf("module type not defined"),
|
Error: fmt.Errorf("module type not defined"),
|
||||||
})
|
})
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleInstanceExists := false
|
moduleInstanceExists := false
|
||||||
|
|||||||
Reference in New Issue
Block a user