Page MenuHomePhorge

D25869.1740111996.diff
No OneTemporary

D25869.1740111996.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,7 @@
if ($workflow->isExecutable()) {
$workflow->setArgv($this);
$err = $workflow->execute($this);
- exit($err);
+ exit($err ?? 0);
} else {
return $workflow;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 04:26 (23 h, 40 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1165140
Default Alt Text
D25869.1740111996.diff (430 B)

Event Timeline