Skip to content

Commit

Permalink
chore: add stderr to --tail
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Sep 16, 2023
1 parent 5a62b1c commit bc88896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/game/launch/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ func LaunchProfile(dataDir string, p *profile.Profile, acc *account.Account, acc

if tail {
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stdout
} else {
cmd.Stdout = io.Discard
}
Expand Down

0 comments on commit bc88896

Please sign in to comment.