We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ae515 commit 0e7e4e3Copy full SHA for 0e7e4e3
go/tools/builders/env.go
@@ -196,7 +196,7 @@ func runAndLogCommand(cmd *exec.Cmd, verbose bool) error {
196
cleanup := passLongArgsInResponseFiles(cmd)
197
defer cleanup()
198
if err := cmd.Run(); err != nil {
199
- return fmt.Errorf("error running subcommand %s: %w", formatCommand(cmd), err)
+ return fmt.Errorf("error running subcommand %s: %v", cmd.Path, err)
200
}
201
return nil
202
0 commit comments