принудительный обрыв соединения после пересылок и консольных команд.
This commit is contained in:
@@ -664,6 +664,10 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
for (SapforConfigurationCommand command : commands) {
|
||||
db.Delete(command);
|
||||
}
|
||||
} else if (object instanceof DVMPackage) {
|
||||
DVMPackage dvmPackage = (DVMPackage) object;
|
||||
File workspace = new File(Global.PackagesDirectory, String.valueOf(dvmPackage.id));
|
||||
Utils.forceDeleteWithCheck(workspace);
|
||||
}
|
||||
}
|
||||
//---------------------------------------------------------------------------------------------->>>
|
||||
|
||||
Reference in New Issue
Block a user