mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
bug
This commit is contained in:
parent
1088bdfe68
commit
878529f07c
@ -107,10 +107,7 @@ bool TerminalParser::Parse()
|
|||||||
}
|
}
|
||||||
if (!valid)
|
if (!valid)
|
||||||
{
|
{
|
||||||
if (!this->Silent)
|
cerr << "This parameter isn't valid: " << text << endl;
|
||||||
{
|
|
||||||
cerr << "This parameter isn't valid: " << text << endl;
|
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
x++;
|
x++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user