aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/repl/repl.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethereum/repl/repl.go')
-rw-r--r--cmd/ethereum/repl/repl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethereum/repl/repl.go b/cmd/ethereum/repl/repl.go
index 4a7880ff4..11b812617 100644
--- a/cmd/ethereum/repl/repl.go
+++ b/cmd/ethereum/repl/repl.go
@@ -60,6 +60,7 @@ func (self *JSRepl) Start() {
if !self.running {
self.running = true
repllogger.Infoln("init JS Console")
+
reader := bufio.NewReader(self.history)
for {
line, err := reader.ReadString('\n')