修改部分阻断问题
This commit is contained in:
parent
a04eb85256
commit
510f51c303
|
@ -45,8 +45,8 @@ public class AutoExtract implements ActionListener {
|
|||
} catch (IOException e) {
|
||||
return true;
|
||||
}finally{
|
||||
extractJar.close();
|
||||
}
|
||||
extractJar.close();
|
||||
}
|
||||
if (is == null) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue