Small fix to make sure that the pipe file is both not nil and has a name.
When launching the validator with the password inside of a file the CLI was crashing, because the PasswordPipe was nil and therefore PasswordPipe.Name() was access violating instead of returning "".
Small fix to make sure that the pipe file is both not nil and has a name.
When launching the validator with the password inside of a file the CLI was crashing, because the PasswordPipe was nil and therefore PasswordPipe.Name() was access violating instead of returning "".