Page MenuHomePhorge

D25888.1740117216.diff
No OneTemporary

D25888.1740117216.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(0);
} else {
return $workflow;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 05:53 (21 h, 59 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1175411
Default Alt Text
D25888.1740117216.diff (472 B)

Event Timeline