Skip to content

Commit 82bbfca

Browse files
committed
Made tail show last 10 lines
1 parent 91791d7 commit 82bbfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var commands = {
2929
};
3030

3131
var offset = 0;
32-
var numLines = 1;
32+
var numLines = 10;
3333
var newLines = new Array(numLines);
3434
var index = 0;
3535

0 commit comments

Comments
 (0)