mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
Remove beginRedirectOut()
from Arcanist
Summary: We always do this on --recon now, see D3213. Test Plan: Ran `arc diff --background 1` to generate this diff. Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D3241
This commit is contained in:
parent
8f127af47c
commit
edcc5cf6e1
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ EOTEXT
|
||||||
$this->console = PhutilConsole::getConsole();
|
$this->console = PhutilConsole::getConsole();
|
||||||
|
|
||||||
if ($this->getArgument('no-diff')) {
|
if ($this->getArgument('no-diff')) {
|
||||||
$this->console->beginRedirectOut();
|
|
||||||
$this->removeScratchFile('diff-result.json');
|
$this->removeScratchFile('diff-result.json');
|
||||||
$data = $this->runLintUnit();
|
$data = $this->runLintUnit();
|
||||||
$this->writeScratchJSONFile('diff-result.json', $data);
|
$this->writeScratchJSONFile('diff-result.json', $data);
|
||||||
|
|
Loading…
Reference in a new issue