diff --git a/src/future/exec/execx.php b/src/future/exec/execx.php --- a/src/future/exec/execx.php +++ b/src/future/exec/execx.php @@ -47,7 +47,7 @@ */ function phutil_passthru($cmd /* , ... */) { $args = func_get_args(); - return newv('PhutilExecPassthru', $args)->execute(); + return newv('PhutilExecPassthru', $args)->resolve(); }