mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 23:13:45 +00:00
Minor Fixes
This commit is contained in:
parent
15304529f2
commit
065556d21a
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func (c *AttachCommand) remoteConsole(args []string) error {
|
||||||
defer console.Stop(false)
|
defer console.Stop(false)
|
||||||
|
|
||||||
if len(args) > 1 {
|
if len(args) > 1 {
|
||||||
if script := args[1]; script == "exec" {
|
if script := args[1]; script == "--exec" {
|
||||||
console.Evaluate(args[2])
|
console.Evaluate(args[2])
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue