File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ impl std::io::Write for ControlEnd<DestinationStdout> {
298298 if byte == & 10 || byte == & 13 {
299299 if self . current_event . is_none ( ) {
300300 self . current_event
301- . replace ( Event :: LegacyPassThrough ( LegacyPassThroughOutput :: Stderr (
301+ . replace ( Event :: LegacyPassThrough ( LegacyPassThroughOutput :: Stdout (
302302 Default :: default ( ) ,
303303 ) ) ) ;
304304 }
@@ -323,7 +323,7 @@ impl std::io::Write for ControlEnd<DestinationStdout> {
323323 if start < end {
324324 if self . current_event . is_none ( ) {
325325 self . current_event
326- . replace ( Event :: LegacyPassThrough ( LegacyPassThroughOutput :: Stderr (
326+ . replace ( Event :: LegacyPassThrough ( LegacyPassThroughOutput :: Stdout (
327327 Default :: default ( ) ,
328328 ) ) ) ;
329329 }
You can’t perform that action at this time.
0 commit comments