add logging start/exit to js console

pull/84/head
zelig 10 years ago
parent a32a15ad93
commit f90001e938
  1. 2
      ethereum/repl.go

@ -23,11 +23,13 @@ func NewJSRepl(ethereum *eth.Ethereum) *JSRepl {
}
func (self *JSRepl) Start() {
logger.Infoln("init JS Console")
self.read()
}
func (self *JSRepl) Stop() {
self.re.Stop()
logger.Infoln("exit JS Console")
}
func (self *JSRepl) parseInput(code string) {

Loading…
Cancel
Save