mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Related changes by #20 for Walk method
This commit is contained in:
@@ -96,7 +96,7 @@ func ProcessSource(roots []string) (*SourceInfo, *revel.Error) {
|
||||
}
|
||||
|
||||
// Start walking the directory tree.
|
||||
filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
|
||||
_ = revel.Walk(root, func(path string, info os.FileInfo, err error) error {
|
||||
if err != nil {
|
||||
log.Println("Error scanning app source:", err)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user