Return was is the wrong place
This commit is contained in:
@@ -53,8 +53,8 @@ namespace Password_Generator
|
|||||||
while (!proc.StandardOutput.EndOfStream)
|
while (!proc.StandardOutput.EndOfStream)
|
||||||
{
|
{
|
||||||
builder.Append(proc.StandardOutput.ReadLine());
|
builder.Append(proc.StandardOutput.ReadLine());
|
||||||
return builder.ToString();
|
|
||||||
}
|
}
|
||||||
|
return builder.ToString();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user