From 1e1dfc73cf4724d469b40af4bd730a85bf7d302d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 25 Jul 2024 23:04:17 +0300 Subject: [PATCH] Show log on hash error --- apps/common/main/lib/controller/History.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/controller/History.js b/apps/common/main/lib/controller/History.js index 9a311d2bf7..6f0a8ee474 100644 --- a/apps/common/main/lib/controller/History.js +++ b/apps/common/main/lib/controller/History.js @@ -313,6 +313,7 @@ define([ this.panelHistory.viewHistoryList.selectRecord(rec); this.onSelectRevision(null, null, rec); } + console.log('Received changes that are incompatible with the file version'); }, notcriticalErrorTitle: 'Warning'