aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/repl_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum/repl_windows.go')
-rw-r--r--ethereum/repl_windows.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ethereum/repl_windows.go b/ethereum/repl_windows.go
index c42fd6e6a..9d4787772 100644
--- a/ethereum/repl_windows.go
+++ b/ethereum/repl_windows.go
@@ -18,3 +18,7 @@ func (self *JSRepl) read() {
}
}
}
+
+func (self *JSRepl) PrintValue(value otto.Value) {
+ fmt.Println(value)
+}