Skip to content

Commit

Permalink
WIP. Expose command as well as output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Jan 22, 2025
1 parent 1d0dba6 commit e8f7d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/cas/cassession2.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function instantiate(): bool {
$this->timeoutdebug = $results['timeoutdebug'];
}
foreach ($this->statements as $num => $statement) {
$errors = [new $this->errclass(stack_string('stackCas_failedtimeout') . "HERE" . print_r($results, true), '')];
$errors = [new $this->errclass(stack_string('stackCas_failedtimeout') . $command . print_r($results, true), '')];
$statement->set_cas_status($errors, [], []);
}
return false;
Expand Down

0 comments on commit e8f7d80

Please sign in to comment.