Feat: add static analytic of code
This commit is contained in:
@@ -153,7 +153,7 @@ public abstract class OS {
|
||||
if (proc.isAlive() == false) {
|
||||
return true;
|
||||
}
|
||||
java.lang.Thread.sleep(100);
|
||||
Thread.sleep(100);
|
||||
}
|
||||
|
||||
proc.destroyForcibly();
|
||||
|
||||
Reference in New Issue
Block a user