We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c146a1b commit ff39012Copy full SHA for ff39012
DeployApplication.php
@@ -117,7 +117,7 @@ public function execute(array $customCommands = [])
117
public function end()
118
{
119
if ($this->checkSecurity()) {
120
- $this->logDated('SESSION END');
+ $this->logDated('SESSION END ' . ($this->hasExecError ? 'WITH ERROR' : 'SUCCESSFUL'));
121
}
122
123
if ($this->logError) {
0 commit comments