Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampDragons committed Jan 9, 2018
1 parent 2e7e109 commit 1caafbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func FileExistsLocally(original string) (bool, error) {
filePath = filePath[1:]
}
fmt.Printf("Swampy: %#v\n", runtime.GOOS)
fmt.Printf("Swampy: %s\n", original)
fmt.Printf("Swampy: %s\n", filePath)
_, err := os.Stat(filePath)
if err != nil {
Expand Down

0 comments on commit 1caafbc

Please sign in to comment.