Skip to content

Commit bae9a07

Browse files
author
Fred Sung
committed
MAGETWO-38402: Stuck in readiness check when PHP setting checking timeout
- Added missing semicolon.
1 parent 72ec374 commit bae9a07

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
@@ -29,7 +29,7 @@ angular.module('readiness-check', [])
2929
$scope.hasErrors = true;
3030
$rootScope.hasErrors = true;
3131
$scope.stopProgress();
32-
}
32+
};
3333

3434
$scope.completed = false;
3535
$scope.hasErrors = false;

0 commit comments

Comments
 (0)