Improve message
This commit is contained in:
parent
30ecf52dde
commit
84adda96c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue