diff --git a/src/StreamCore.cc b/src/StreamCore.cc index 21ca523..a0f0ba6 100644 --- a/src/StreamCore.cc +++ b/src/StreamCore.cc @@ -360,7 +360,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol, { buffer.append(exec_cmd); if (!protocol->compileString(buffer, args, - NoFormat, this)) + PrintFormat, this)) { return false; }