Skip to content

Commit

Permalink
Revert "fix: win run"
Browse files Browse the repository at this point in the history
This reverts commit 1d0a62c.
  • Loading branch information
skynet2 committed Jan 27, 2025
1 parent 1d0a62c commit fc9039e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/proxy/win.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ func run(ctx context.Context) error {

args := slices.Concat([]string{
"/C",
"start",
appPath,
}, escapedArgs)

zerolog.Ctx(ctx).Debug().Msgf("running command (proxy): %v", args)
zerolog.Ctx(ctx).Debug().Msgf("running command: cmd.exe %v", escapedArgs)

cmd := exec.Command(
"cmd.exe",
Expand Down

0 comments on commit fc9039e

Please sign in to comment.