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.
1 parent 99c1408 commit 85660e6Copy full SHA for 85660e6
app/code/Magento/PageCache/view/frontend/web/js/page-cache.js
@@ -6,6 +6,7 @@
6
define([
7
'jquery',
8
'domReady',
9
+ 'consoleLogger',
10
'jquery/ui',
11
'mage/cookies'
12
], function ($, domReady) {
@@ -61,6 +62,7 @@ define([
61
62
elem.contentDocument || (elem.contentWindow ? elem.contentWindow.document : []) :
63
$.merge([], elem.childNodes);
64
} catch (e) {
65
+ consoleLogger.error(e);
66
return [];
67
}
68
});
0 commit comments