We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a005261 + 5689306 commit 82716acCopy full SHA for 82716ac
services/livesync-service-base.ts
@@ -96,7 +96,7 @@ class LiveSyncServiceBase implements ILiveSyncServiceBase {
96
that.syncRemovedFile(data, mappedFilePath).wait();
97
}
98
} catch (err) {
99
- that.$logger.warn(`Unable to sync file ${filePath}. Error is:`, err.message);
+ that.$logger.info(`Unable to sync file ${filePath}. Error is:${err.message}`.red.bold);
100
that.$logger.info("Try saving it again or restart the livesync operation.");
101
102
}).future<void>()());
0 commit comments