Revert "cmd/evm: change error msg output to stderr (#17118)"
This reverts commit fb9f7261ec
.
This commit is contained in:
@ -50,6 +50,6 @@ func compileCmd(ctx *cli.Context) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
fmt.Fprintln(ctx.App.Writer, bin)
|
||||
fmt.Println(bin)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user