Skip to content

Commit fda98b7

Browse files
committed
fix: fix log output in terminal
1 parent b90c546 commit fda98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/devspace/services/terminal/terminal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fi`,
160160
}
161161
}
162162
if useScreen {
163-
newCommand := []string{"screen", "-dRSq", "dev", "-h", "1000"}
163+
newCommand := []string{"screen", "-dRSqL", "dev"}
164164
newCommand = append(newCommand, command...)
165165
command = newCommand
166166
}

0 commit comments

Comments
 (0)