Skip to content

Commit

Permalink
Add more logging for image format tests #127.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Jul 4, 2024
1 parent e810135 commit 67e9b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/model/diagnostics/ConfigDiagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,10 @@ export class ConfigDiagnostics {
// Check if a test available for this image format.
// if not probably because it is trivial
if (!fs.existsSync(testImage)) {
Logger.silly(LOG_TAG, `No test for ${ext} image format. skipping.`);
continue;
}
Logger.silly(LOG_TAG, `Testing ${ext} image formats.`);
try {
await PhotoWorker.renderFromImage({
type: ThumbnailSourceType.Photo,
Expand Down

0 comments on commit 67e9b99

Please sign in to comment.