Skip to content

Commit 7ff9ff9

Browse files
committed
Allow error logging
1 parent 1a41e00 commit 7ff9ff9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,9 +2640,7 @@ public function executeCommand() {
26402640
echo json_encode($output);
26412641
}
26422642
if ($parameters['after']) {
2643-
if ($output!==null) {
2644-
$this->applyAfterHandler($parameters,$output);
2645-
}
2643+
$this->applyAfterHandler($parameters,$output);
26462644
}
26472645
}
26482646
}

0 commit comments

Comments
 (0)