Revert "core: Keep errors/warning out of stdout for ease of automation"
This commit is contained in:
parent
7a5641b894
commit
0d4c05f1e2
|
@ -26,7 +26,7 @@ func init() {
|
||||||
OutputPrefix: OutputPrefix,
|
OutputPrefix: OutputPrefix,
|
||||||
InfoPrefix: OutputPrefix,
|
InfoPrefix: OutputPrefix,
|
||||||
ErrorPrefix: ErrorPrefix,
|
ErrorPrefix: ErrorPrefix,
|
||||||
Ui: &cli.BasicUi{Writer: os.Stdout, ErrorWriter: os.Stderr},
|
Ui: &cli.BasicUi{Writer: os.Stdout},
|
||||||
}
|
}
|
||||||
|
|
||||||
meta := command.Meta{
|
meta := command.Meta{
|
||||||
|
|
Loading…
Reference in New Issue