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.
1 parent 77878f7 commit 6b5d077Copy full SHA for 6b5d077
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