Remove ... when hphpc prints the hhvm command line
Esse commit está contido em:
@@ -952,7 +952,7 @@ int runTarget(const CompilerOptions &po) {
|
||||
cmd += po.outputDir + '/' + po.program;
|
||||
cmd += string(" --file ") +
|
||||
(po.inputs.size() == 1 ? po.inputs[0] : "") + po.programArgs;
|
||||
Logger::Info("running executable %s...", cmd.c_str());
|
||||
Logger::Info("running executable: %s", cmd.c_str());
|
||||
ret = Util::ssystem(cmd.c_str());
|
||||
if (ret && ret != -1) ret = 1;
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário