Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Dec 4, 2019
1 parent d0b5ce7 commit 663c726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func LocalRepositoryFromFullPath(fullPath string, backend *VCSBackend) (*LocalRe
var root string
for _, root = range roots {
root = toFullPath(root)
println(fullPath, root)
if !strings.HasPrefix(fullPath, root) {
continue
}
Expand Down

0 comments on commit 663c726

Please sign in to comment.