fix: Broken graphs

This commit is contained in:
Neil Lathwood
2016-09-23 23:41:23 +01:00
parent 92e09df5a5
commit 744a2280a2

View File

@@ -65,7 +65,7 @@ class Proc
$env = null,
$blocking = false
) {
echo "Starting process: $cmd";
d_echo("Starting process: $cmd");
$this->_process = proc_open($cmd, $descriptorspec, $this->_pipes, $cwd, $env);
if (!is_resource($this->_process)) {
throw new Exception("Command failed: $cmd");