Skip to content

Commit 3d970a2

Browse files
fix(progress): restore TTY output on Windows consoles
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
1 parent af0029a commit 3d970a2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/compose/build_bake.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@ func (s *composeService) getBuildxPlugin() (*manager.Plugin, error) {
435435
// buildkit's NewDisplay doesn't actually require a [io.Reader], it only uses the [containerd.Console] type to
436436
// benefits from ANSI capabilities, but only does writes.
437437
func makeConsole(out io.Writer) io.Writer {
438-
if s, ok := out.(*streams.Out); ok {
439-
return &_console{s}
440-
}
441438
return out
442439
}
443440

0 commit comments

Comments
 (0)