* Adjust interval clear for platform install.

This commit is contained in:
caoyanyi
2024-01-10 14:39:46 +08:00
parent 1bb702aa2a
commit 9792a0f2f8
+1
View File
@@ -149,5 +149,6 @@ $(function()
});
if(typeof logTimer != 'undefined') clearInterval(logTimer);
logTimer = setInterval(getInstallProgress, 4000);
});