CLI tools no pvRequest parsing by default

This commit is contained in:
Michael Davidsaver
2020-03-05 16:00:28 -08:00
parent 4207b6639b
commit d96fe58c8b
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -300,7 +300,8 @@ struct PVRParser
void CommonBase::_parse(const std::string& req)
{
PVRParser(*this, req.c_str()).parse();
if(!req.empty())
PVRParser(*this, req.c_str()).parse();
}
Value CommonBase::_build() const