Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75a3424

Browse filesBrowse files
committed
Recommit feedback for @hajimehoshi
1 parent b1995ab commit 75a3424
Copy full SHA for 75a3424

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎compiler/prelude/genmin.go

Copy file name to clipboardExpand all lines: compiler/prelude/genmin.go
+1-1Lines 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

Copy file name to clipboardExpand all lines: compiler/prelude/prelude_min.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.