Fix compilation error visibility

This commit is contained in:
Henrik Söderlund
2018-10-29 16:53:29 +01:00
parent 644d6e12bd
commit 19fb7d6776

View File

@@ -46,6 +46,9 @@ func ProcessSource(paths *model.RevelContainer) (_ *model.SourceInfo, compileErr
// Start walking the directory tree.
compileError = utils.Walk(root, pc.processPath)
if compileError != nil {
return
}
}
return pc.srcInfo, compileError