Skip to content

Commit cd471bd

Browse files
committed
TMP show trace of exceptions in checker
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 29be7df commit cd471bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/private/IntegrityCheck/Checker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ public function verifyAppSignature(string $appId, string $path = '', bool $force
525525
'EXCEPTION' => [
526526
'class' => \get_class($e),
527527
'message' => $e->getMessage(),
528+
'trace' => $e->getTraceAsString(),
528529
],
529530
];
530531
}

0 commit comments

Comments
 (0)