Skip to content

Commit 6b11018

Browse files
committed
More debugging
1 parent 29cbe83 commit 6b11018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analyser/ResultCache/ResultCacheManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function process(AnalyserResult $analyserResult, ResultCache $resultCache
285285
}
286286

287287
if ($output->isDebug()) {
288-
$output->writeLineFormatted('Result cache was not saved because of non-ignorable exception.');
288+
$output->writeLineFormatted(sprintf('Result cache was not saved because of non-ignorable exception: %s', $error->getMessage()));
289289
}
290290

291291
return false;

0 commit comments

Comments
 (0)