Skip to content

Commit

Permalink
TMP show trace of exceptions in checker
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Aug 14, 2023
1 parent 14d975c commit 9bf0360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/IntegrityCheck/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ public function verifyAppSignature(string $appId, string $path = '', bool $force
'EXCEPTION' => [
'class' => \get_class($e),
'message' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
],
];
}
Expand Down

0 comments on commit 9bf0360

Please sign in to comment.