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 663c726 commit 963a9da
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 @@ -42,6 +42,7 @@ func LocalRepositoryFromFullPath(fullPath string, backend *VCSBackend) (*LocalRe
return nil, err
}

println("debugging", fullPath, toFullPath(fullPath))
fullPath = toFullPath(fullPath)

var root string
Expand Down

0 comments on commit 963a9da

Please sign in to comment.