mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Rebuild to remove debugging log statement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user