log errors from git.Open
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M routes/routes.go → routes/routes.go
@@ -45,6 +45,7 @@ path := filepath.Join(d.c.Repo.ScanPath, dir.Name()) gr, err := git.Open(path, "") if err != nil { + log.Println(err) continue }