Page MenuHomePhorge

D25888.1740145697.diff
No OneTemporary

D25888.1740145697.diff

diff --git a/src/parser/argument/PhutilArgumentParser.php b/src/parser/argument/PhutilArgumentParser.php
--- a/src/parser/argument/PhutilArgumentParser.php
+++ b/src/parser/argument/PhutilArgumentParser.php
@@ -491,7 +491,10 @@
if ($workflow->isExecutable()) {
$workflow->setArgv($this);
$err = $workflow->execute($this);
- exit($err);
+ if ($err) {
+ exit($err);
+ }
+ exit();
} else {
return $workflow;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 13:48 (13 h, 54 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1178727
Default Alt Text
D25888.1740145697.diff (471 B)

Event Timeline