Fix wording
This commit is contained in:
parent
4daa8ce7c7
commit
5bde266c84
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ export class Syncer {
|
||||||
|
|
||||||
if (metadata) {
|
if (metadata) {
|
||||||
this.logger.debug(
|
this.logger.debug(
|
||||||
`Document ${relativePath} has been updated locally, scheduling sync to update it`
|
`Document ${relativePath} might have been updated locally, scheduling sync to validate and update it`
|
||||||
);
|
);
|
||||||
return this.internalSyncer.unrestrictedSyncLocallyUpdatedFile(
|
return this.internalSyncer.unrestrictedSyncLocallyUpdatedFile(
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue