Skip to content

Commit 04c5456

Browse files
committed
Revert maxline change
1 parent 9e306fd commit 04c5456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ConsoleStore {
2020
length: 0,
2121
lines: [''],
2222
lineWrap: 256,
23-
maxLines: 256,
23+
maxLines: 2048,
2424
pointerLine: 0,
2525
pointerColumn: 0,
2626
refreshDelayMillis: 64,

0 commit comments

Comments
 (0)