Improve message

This commit is contained in:
Andras Schmelczer 2025-03-22 18:45:37 +00:00
commit 84adda96c1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -91,7 +91,7 @@ export class SyncHistory {
} else { } else {
this.status.error++; this.status.error++;
this.logger.error( this.logger.error(
`Error syncing file: ${entry.relativePath} - ${entry.message}` `Cannot sync file: ${entry.relativePath} - ${entry.message}`
); );
} }