mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 17:14:25 +02:00
Fix an issue when using the list classpath command with an odex file
This commit is contained in:
parent
5544281ed6
commit
12a3fd2712
@ -103,6 +103,7 @@ public class ListClassPathCommand extends Command {
|
||||
for (String entry: odexFile.getDependencies()) {
|
||||
System.out.println(entry);
|
||||
}
|
||||
return;
|
||||
} catch (IOException ex) {
|
||||
throw new RuntimeException(ex);
|
||||
} catch (DexBackedOdexFile.NotAnOdexFile ex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user