Change default bufSize: 1024

This commit is contained in:
anseki 2015-02-22 22:23:46 +09:00
parent c1255a429c
commit 8072feb5ca

View file

@ -22,7 +22,7 @@ var
promptText = '> ', promptText = '> ',
encoding = 'utf8', encoding = 'utf8',
bufSize = 256, bufSize = 1024,
useShell = true, print, tempdir, salt = 0; useShell = true, print, tempdir, salt = 0;
function _readlineSync(display, options) { function _readlineSync(display, options) {