Skip to content

Commit

Permalink
fix(ui): increase terminal output scrollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 10, 2018
1 parent 47c835e commit 292c35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/views/ProjectTaskDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
:rows="24"
auto-size
:options="{
scrollback: 1000,
scrollback: 5000,
disableStdin: true,
useFlowControl: true
}"
Expand Down

0 comments on commit 292c35f

Please sign in to comment.