mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-22 15:05:26 +00:00
Fix compilation error visibility
This commit is contained in:
@@ -46,6 +46,9 @@ func ProcessSource(paths *model.RevelContainer) (_ *model.SourceInfo, compileErr
|
|||||||
|
|
||||||
// Start walking the directory tree.
|
// Start walking the directory tree.
|
||||||
compileError = utils.Walk(root, pc.processPath)
|
compileError = utils.Walk(root, pc.processPath)
|
||||||
|
if compileError != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return pc.srcInfo, compileError
|
return pc.srcInfo, compileError
|
||||||
|
|||||||
Reference in New Issue
Block a user