We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77878f7 + 6b5d077 commit 0aeab5fCopy full SHA for 0aeab5f
cmd/geth/js.go
@@ -439,7 +439,7 @@ func (self *jsre) interactive() {
439
func mustLogInHistory(input string) bool {
440
return len(input) == 0 ||
441
passwordRegexp.MatchString(input) ||
442
- leadingSpace.MatchString(input)
+ !leadingSpace.MatchString(input)
443
}
444
445
func (self *jsre) withHistory(datadir string, op func(*os.File)) {
0 commit comments