Skip to content

Commit

Permalink
cmd/vinegar: forward roblox log to log output too
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 15, 2023
1 parent 10ce9ce commit 3443179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (b *Binary) TailLog() {
}

for line := range t.Lines {
fmt.Println(line.Text)
fmt.Fprintln(b.Prefix.Output, line.Text)

if b.Config.DiscordRPC {
if err := a.HandleLog(line.Text); err != nil {
Expand Down

0 comments on commit 3443179

Please sign in to comment.