mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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,
|
||||
InfoPrefix: OutputPrefix,
|
||||
ErrorPrefix: ErrorPrefix,
|
||||
Ui: &cli.BasicUi{Writer: os.Stdout, ErrorWriter: os.Stderr},
|
||||
Ui: &cli.BasicUi{Writer: os.Stdout},
|
||||
}
|
||||
|
||||
meta := command.Meta{
|
||||
|
Loading…
Reference in New Issue
Block a user