mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - Fixed lint errors for empty function
This commit is contained in:
@@ -137,5 +137,5 @@ async function checkDiskSpaceFullEnv() {
|
||||
*/
|
||||
function sleep(delay: number) {
|
||||
const start = new Date().getTime();
|
||||
while (new Date().getTime() < start + delay) {}
|
||||
while (new Date().getTime() < start + delay) { /* empty */ }
|
||||
}
|
||||
|
Reference in New Issue
Block a user