go-ethereum/cmd/geth
Martin Holst Swende 72c2c0ae7e
cmd/geth, console: support interrupting the js console ()
Previously, Ctrl-C (SIGINT) was ignored during JS execution, so it was not
possible to get out of infinite loops in the console. With this change,
Ctrl-C now interrupts JS.

Fixes 

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-12-11 16:51:05 +01:00
..
testdata
accountcmd_test.go
accountcmd.go
chaincmd.go
config.go eth/catalyst: implement kintsugi spec v1.0.0-alpha.4 () 2021-12-03 16:26:28 +01:00
consolecmd_test.go
consolecmd.go cmd/geth, console: support interrupting the js console () 2021-12-11 16:51:05 +01:00
dao_test.go
dbcmd.go cmd/geth: add ancient flag to db inspect () 2021-11-22 09:07:17 +02:00
genesis_test.go
les_test.go
main.go cmd/geth, console: support interrupting the js console () 2021-12-11 16:51:05 +01:00
misccmd.go
run_test.go
snapshot.go
usage.go
version_check_test.go
version_check.go