Skip to content

Commit

Permalink
updates desktop to just chain + wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Dec 31, 2022
1 parent f380a21 commit 564e1eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (b *App) startup(ctx context.Context) {
fmt.Println(cerr)
return
}
fmt.Println("Home Dir:" + homeDir)
fmt.Println("Running command and waiting for it to finish...")
err := spawnCmd.Start()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion frontend
2 changes: 1 addition & 1 deletion server

0 comments on commit 564e1eb

Please sign in to comment.