Skip to content

Commit 3bf066a

Browse files
authored
#16887 Fix blocked a frame with origin
Add logging of exception
1 parent 85660e6 commit 3bf066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/view/frontend/web/js/page-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define([
99
'consoleLogger',
1010
'jquery/ui',
1111
'mage/cookies'
12-
], function ($, domReady) {
12+
], function ($, domReady, consoleLogger) {
1313
'use strict';
1414

1515
/**

0 commit comments

Comments
 (0)