Skip to content

Commit 292c35f

Browse files
committed
fix(ui): increase terminal output scrollback
1 parent 47c835e commit 292c35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/views/ProjectTaskDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
:rows="24"
8585
auto-size
8686
:options="{
87-
scrollback: 1000,
87+
scrollback: 5000,
8888
disableStdin: true,
8989
useFlowControl: true
9090
}"

0 commit comments

Comments
 (0)