Skip to content

Commit df124fc

Browse files
author
Maksym Savich
committed
MAGETWO-43197: Product's options are not saved after running setup:di:compile
- Web installation competing code generation process workaround, CR
1 parent cb83052 commit df124fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/pub/magento/setup/readiness-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ angular.module('readiness-check', [])
306306
});
307307
var $delay = 0;
308308
angular.forEach($scope.items, function(item) {
309-
$timeout(function(){ $scope.query(item); }, $delay * 1000);
309+
$timeout(function() { $scope.query(item); }, $delay * 1000);
310310
$delay++;
311311
});
312312
};

0 commit comments

Comments
 (0)