Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion execgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func main() {
if err != nil {
// Write out incorrect source for easier debugging.
b = buf.Bytes()
fmt.Printf("Code formatting failed with Go parse error: %s", out, err)
fmt.Printf("Code formatting failed with Go parse error: %s", err)
}

wr := os.Stdout
Expand Down
Loading