allow formats in exec
This commit is contained in:
@ -360,7 +360,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol,
|
|||||||
{
|
{
|
||||||
buffer.append(exec_cmd);
|
buffer.append(exec_cmd);
|
||||||
if (!protocol->compileString(buffer, args,
|
if (!protocol->compileString(buffer, args,
|
||||||
NoFormat, this))
|
PrintFormat, this))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user