mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 17:28:10 +00:00
#1154 The Program Won't Start at All fix
This commit is contained in:
@@ -1798,11 +1798,14 @@ public class Main {
|
||||
return name.matches("ffdec_cache.*\\.tmp") || name.matches("javactivex_.*\\.exe") || name.matches("temp[0-9]+\\.swf") || name.matches("ffdec_view_.*\\.swf");
|
||||
}
|
||||
});
|
||||
for (File f : delFiles) {
|
||||
try {
|
||||
f.delete();
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
|
||||
if (delFiles != null) {
|
||||
for (File f : delFiles) {
|
||||
try {
|
||||
f.delete();
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user