diff options
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index cdbda53e8..5ff1a7368 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -236,7 +236,7 @@ participating. app.After = func(ctx *cli.Context) error { logger.Flush() debug.Exit() - console.TerminalPrompter.Close() // Resets terminal mode. + console.Stdin.Close() // Resets terminal mode. return nil } } |