fix issue #218 by blanking last output before executing new command.
This commit is contained in:
parent
5801c6083e
commit
d26568b962
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ class CommandExecutor
|
|||
*/
|
||||
public function executeCommand($args = array())
|
||||
{
|
||||
$this->lastOutput = array();
|
||||
|
||||
$command = call_user_func_array('sprintf', $args);
|
||||
|
||||
if ($this->quiet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue