Skip to content

Commit 82716ac

Browse files
Merge pull request telerik#691 from enchev/patch-1
Error updated
2 parents a005261 + 5689306 commit 82716ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/livesync-service-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class LiveSyncServiceBase implements ILiveSyncServiceBase {
9696
that.syncRemovedFile(data, mappedFilePath).wait();
9797
}
9898
} catch (err) {
99-
that.$logger.warn(`Unable to sync file ${filePath}. Error is:`, err.message);
99+
that.$logger.info(`Unable to sync file ${filePath}. Error is:${err.message}`.red.bold);
100100
that.$logger.info("Try saving it again or restart the livesync operation.");
101101
}
102102
}).future<void>()());

0 commit comments

Comments
 (0)