mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
Prevent closing objects that may not exist.
This commit is contained in:
@ -190,10 +190,9 @@ public class Main {
|
||||
} finally {
|
||||
try {
|
||||
decoder.close();
|
||||
} catch (IOException e) {
|
||||
}
|
||||
} catch (IOException ignored) {}
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
private static void cmdBuild(CommandLine cli) throws BrutException {
|
||||
|
Reference in New Issue
Block a user