Errors encountered while analyzing are no longer ignored
This commit is contained in:
@@ -46,6 +46,7 @@ func (analyzer *AnalysisOperation) analyze () (err error) {
|
||||
modulePath: analyzer.modulePath,
|
||||
name: sections.Value().Name(),
|
||||
})
|
||||
if err != nil { return err }
|
||||
sections.Next()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user