Skip to content

Commit 75a3424

Browse files
committed
Recommit feedback for @hajimehoshi
1 parent b1995ab commit 75a3424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/prelude/genmin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func run() error {
3838

3939
byts, err := cmd.CombinedOutput()
4040
if err != nil {
41-
return fmt.Errorf("failed to run %v: %v\n%s", strings.Join(args, " "), err, string(out))
41+
return fmt.Errorf("failed to run %v: %v\n%s", strings.Join(args, " "), err, string(byts))
4242
}
4343

4444
fn := "prelude_min.go"

compiler/prelude/prelude_min.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)