Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Mar 23, 2021
1 parent e5d2472 commit 07ebc4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/go/common/workspace/loaders.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ func (singleton *projectLoader) load(path string) (*Project, error) {
if err != nil {
return nil, err
}
fmt.Printf("***Project string(bytes):\n%s\n***End Project string(bytes)\n", string(b))
fmt.Printf("***Project bytes:\n%v\n***End Project bytes\n", b)

var project Project
err = marshaller.Unmarshal(b, &project)
Expand Down

0 comments on commit 07ebc4f

Please sign in to comment.