Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Aug 29, 2023
2 parents 2993a99 + 10919ff commit d29171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Audit/AuditCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function data()
$process = Process::run($this->getFullCommand());

if (empty(json_decode($process->output(), true))) {
throw new Exception($process->errorOutput());
dd($process->errorOutput());
}

return json_decode(
Expand Down

0 comments on commit d29171d

Please sign in to comment.