diff --git a/interface.go b/interface.go index 43bc57bc2a..bb6d59789c 100644 --- a/interface.go +++ b/interface.go @@ -16,7 +16,7 @@ type ProcessConfig struct { CreateStdInPipe bool CreateStdOutPipe bool CreateStdErrPipe bool - ConsoleSize [2]int + ConsoleSize [2]uint } type Layer struct {