Rebuild to remove debugging log statement

This commit is contained in:
Daniel G. Taylor
2013-03-25 07:28:55 -07:00
parent 9bfafb88cb
commit 3c0344b954

View File

@@ -103,7 +103,6 @@
fs.readSync(fd, buffer, 0, size, stat.size - size);
repl.rli.history = buffer.toString().split('\n').reverse();
repl.rli.history.shift();
console.log(repl.rli.historyIndex);
repl.rli.historyIndex = -1;
} catch (_error) {
e = _error;