1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-26 08:41:31 +00:00

Fix merging error

This commit is contained in:
jeremy@jermolene.com
2021-03-30 21:28:48 +01:00
parent 9a3c60173a
commit 894fb1ad35

View File

@@ -135,6 +135,7 @@ function Syncer(options) {
if(self.syncadaptor && self.syncadaptor.executeJob) {
self.syncadaptor.executeJob(event);
}
});
$tw.rootWidget.addEventListener("tm-copy-syncer-logs-to-clipboard",function() {
$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + "\n\nLog:\n" + self.logger.getBuffer());
});