Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmanning committed Sep 16, 2015
1 parent b2be469 commit 04d328d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/app.go
Expand Up @@ -304,6 +304,7 @@ func (a *App) RunAttached(process, command string, rw io.ReadWriter) error {

fmt.Println("start")
pss, err := ListProcesses(a.Name)
fmt.Printf("%+v\n", pss)
fmt.Println("done")

if err != nil {
Expand Down

0 comments on commit 04d328d

Please sign in to comment.